CHANGES:
- Renamed project from minicaml to
gobba
! - Syntax is now more haskel-ly: use
,
to separate list and dictionary values,
use>>
to sequence operations (bind) and use;
to end statements. - Improved purity inference algorithm with correct module inference
- Some minor improvements