epatrizio / comp2mzam

Imperative language compiler to the Mini-ZAM
The Unlicense
0 stars 0 forks source link

Typing experiment #5

Closed epatrizio closed 2 years ago

epatrizio commented 2 years ago

Typing techniques experiments, for example on the operands of operations

epatrizio commented 2 years ago

This is the typer first version. The implementation is simple: the AST is not decorated with the type of expressions (same AST for typer and compiler), no clean error handling (stopping at the first error, etc.). But this is a first approach with the fundamental concepts!