mal-lang / mal-toolbox

Apache License 2.0
4 stars 2 forks source link

Implement compiler checks #6

Open nkakouros opened 9 months ago

nkakouros commented 9 months ago

The original mal compiler implemented checks for various aspects of syntax validity, constraints, etc. These can be found here.

TODO

andrewbwm commented 9 months ago

It might be useful for the person doing this to also have a look at the Language Graph(https://github.com/mal-lang/mal-toolbox/blob/main/maltoolbox/language/languagegraph.py).