Skip to content

Programming assignments in university course "Compilers Theory"

Notifications You must be signed in to change notification settings

valerii-martell/Simple-interpreter-LL-parser

Repository files navigation

Simple Interpreter / LL(1) parser

Programming assignments in university course "Compilers Theory".

Implemented simple interpreter model:

  • table processor,
  • LL(1) parser (syntax analyzer),
  • lexical analyzer,
  • errors processor,
  • semantic analyzer,
  • simple interpreter.

Releases

No releases published

Packages

No packages published

Languages