tree-sitter-mylang
v0.0.5-alpha.1
Published
A parser for mylang
Downloads
5
Readme
mylang
Features:
- typescript-like gradual typing
- python-like syntax
- haskell-like curried functions
- first-class monad support via
bind
operator overloading. This allows features likegenerators
,promises
,exceptions
to be implemented in user code simple as libraries.