Project DescriptionThis project aims to build a Pascal-compatible compiler for the .NET framework using C#.
In the future other stuff like object-orientation may be added.
The project currently consists of:
- A handcrafted scanner, a parser and a code generator.
- An initial object-oriented AST tree.
It parses and generates IL for:
- Functions and procedures
- Types (Records and arrays)
Are you interested in contributing?
- Please contact the project manager.