ill icon indicating copy to clipboard operation
ill copied to clipboard

educational compiler for not (quite) toy languages

Results 5 ill issues
Sort by recently updated
recently updated
newest added

Some form of tta-expansion should probably be done... Right now there's a bug where if a function is defined like: ``` a :: b -> b -> b fn a()...

Instead of tying operators to traits that come with laws / etc... the idea would be to create a single-purpose trait for each operator that it would desugar to. This...