Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

File metadata and controls

12 lines (9 loc) · 285 Bytes

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.