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

https://github.com/andrew-johnson-4/clm

C-style frontend to the LM programming language
https://github.com/andrew-johnson-4/clm

Last synced: about 2 months ago
JSON representation

C-style frontend to the LM programming language

Awesome Lists containing this project

README

          

# CLM
C-style frontend to the LM programming language

```
int f(Object a) {
match a {
ObjectCase1 { @x , @y } => x + y;
ObjectCase2 { @x } => x;
}
}
```

Not currently in development yet. If there is significant interest then work may start sooner.