https://github.com/bynect/nml
Normal Meta Language
https://github.com/bynect/nml
Last synced: 5 months ago
JSON representation
Normal Meta Language
- Host: GitHub
- URL: https://github.com/bynect/nml
- Owner: bynect
- Created: 2025-07-16T14:30:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T15:20:29.000Z (6 months ago)
- Last Synced: 2025-07-25T15:34:24.867Z (6 months ago)
- Language: C
- Size: 5.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nml
This is a WIP compiler for a small functional programming language of the ML family.
## TODOs
- [ ] If expression
- [ ] Operators
- [ ] Fix FFI
- [ ] Tuples
- [ ] Custom datatypes
- [ ] Pattern matching