Skip to content

liumingc/toy-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

implements a toy language for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages