Skip to content

laurivosandi/compiler-construction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler-construction

Python implementation of TUB's Compiler Construction homework

  1. lexer.py converts source file to lexer.Token subclass instances
  2. parser.py converts tokens to absy.Node subclass instances
  3. ctxcheck.py checks the abstract syntax tree
  4. interpreter.py runs on the abstract syntax tree

About

Python implementation of TUB's Compiler Construction homework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages