Skip to content

Releases: FdezAriasSara/Programming-Languages-Design-2023

V2. Exam

20 Jun 23:34
Compare
Choose a tag to compare

Version i will be taking to the exam

Compiler Finished v1

17 Jun 22:01
Compare
Choose a tag to compare

The compiler succesfully generates machine code from the source code provided in the custom laboratory language.

AST Gen

08 Mar 22:29
Compare
Choose a tag to compare
AST Gen Pre-release
Pre-release

I know that i need to change Array access rule for : IDENT '['expression']' {$ast=---}, but i decided to leave it until the control has passed , since i have to regenerate the ArrayAccess ast class & test that no unpredicted changes were made.
Overall , all elements of the code are evaluated and separated as tokens, and all general structures are identified.

Lexical & Syntactical Analysis (pre-ast)

04 Mar 11:06
Compare
Choose a tag to compare

Grammar.g4 & Lexicon.g4 are done and tested, but actions to generate AST grammar haven't been created yet.