An open API service indexing awesome lists of open source software.

https://github.com/bynect/nml

Normal Meta Language
https://github.com/bynect/nml

Last synced: 5 months ago
JSON representation

Normal Meta Language

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