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
- Host: GitHub
- URL: https://github.com/andrew-johnson-4/clm
- Owner: andrew-johnson-4
- License: mit
- Created: 2024-09-13T19:47:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:50:54.000Z (about 1 year ago)
- Last Synced: 2025-07-22T00:34:48.858Z (3 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.