A little language with Python-like grammer.
The design borrows quite a lot from language-python and berp. Forgive me as this is the first time I employ alex and happy, and the principles of compiler design is still intelligible to me.
ghc, alex, happy, cmdargs, data-lens, data-lens-template
These are a list of available data types:
- None
- Integer
- Bool
- Function
- if .. elif .. else
- while .. else
- break continue
- one-line lambda
- def
Check out tests/ to find out all features.