https://github.com/tsuberim/lang
A type-inferred function language
https://github.com/tsuberim/lang
Last synced: 26 days ago
JSON representation
A type-inferred function language
- Host: GitHub
- URL: https://github.com/tsuberim/lang
- Owner: tsuberim
- Created: 2022-08-29T13:26:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T18:48:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T06:28:37.859Z (over 1 year ago)
- Language: TypeScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO
- How to handle parse errors??
- typeclasses
- wasm target
- comments
- minimal parens
- fix precedence issues when parsing
- indent/dedent
- fix readstream async issue
- parse waits indefinatly
- Run file
- Some tests?
- SLLOOOWWWness (memoisation?)
## VScode support
- semantic highlighting
- debug
- template strings
- symbols hightlighting