Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 283 Bytes

Toy language

Implementing a simplified ML-like language for fun

Build and run it

dune build
_build/default/toy.exe
# or
_build/default/toy.exe tests/match.tl

TODO

  • Add tests
  • Evaluate the program. Now just lex & parse it
  • Add topdec, atomexpr etc.