Skip to content

Releases: replimoc/compiler

Fifth Milestone: Implemented x86 Code Generation via Firm

Choose a tag to compare

@andreas-repp andreas-repp released this 07 Dec 19:53

Fifth Milestone: Implemented x86 Code Generation via Firm.

Forth Milestone: Semantic Analysis Implemented

Choose a tag to compare

@andreas-repp andreas-repp released this 23 Nov 22:56

Forth Milestone: Semantic Analysis Implemented.

Third Milestone: AST Generation and PrettyPrinter

Choose a tag to compare

@andreas-repp andreas-repp released this 16 Nov 20:29

This is the third milestone. The Parser now generates the AST and the PrettyPrinter can print the AST to code.

Second milestone: Parser

Choose a tag to compare

@andreas-repp andreas-repp released this 09 Nov 22:01

This is the second milestone, the parser checks the grammar.

First milestone: Lexer

Choose a tag to compare

@vzickner vzickner released this 02 Nov 19:22

This is the first milestone, the lexer is finished.