Skip to content

AGraci/Simple-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SimpleInterpreter

A simple interpreter for a toy grammar.

Grammar

S -> A EOL | EOL

A -> ID EQ E

Q -> ID QMARK

E -> E AND E | E OR E | E XOR E | NOT E | LP E RP | ID | TRUE | FALSE

Identifiers

a-z

Language

  • C

Purpose

  • Educational

About

A simple interpreter for a toy grammar (written in C).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages