Skip to content

Releases: kbrabrand/Pascal2100

Delivery 4

01 Dec 23:37
Compare
Choose a tag to compare

The fourth and last delivery. Adds x86 assembler generation to the compiler. It now compiles all of Pascal2100 to assembler successfully, apart from arrays which were optional.

Delivery 3

03 Nov 18:43
Compare
Choose a tag to compare

Delivery number three; checking and binding names to their declarations.

Delivery 2

11 Oct 20:29
Compare
Choose a tag to compare

Delivery number two of the compiler, containing a working parser that builds an AST based on the tokens identified by the scanner.

Delivery 1

29 Sep 06:44
Compare
Choose a tag to compare

First delivery of the compiler containing a functioning scanner. It was however discovered later on that a few minor bugs made it into the first delivery. These has since been fixed.