Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 895 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 895 Bytes

Assignment

  • Implementation of IFJ20 language compiler
  • Assigned 23. 09. 2020
  • Final deadline for submission 8. 12. 2020

Project details

  • IFJ20 language is subset of Go language
  • Target language is IFJcode20
  • We are writing this project in language C
  • For symbol table implementation we are using BST (Binary Search Tree, Variation I of the project)

Authors