Skip to content

vladvlad00/Pascal-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pascal-Interpreter

An AST-based interpreter for a subset of Pascal. The grammar of the language can be found in grammar.txt

How it works

The program's text file is broken down into tokens by the lexer. Then the Parser processes the tokens and builds the AST. Finally, the interpreter traverses the AST, analyzes the code and executes it.

About

an interpreter for pascal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages