Skip to content

Commit d07387c

Browse files
committed
Add SuperML
I'm doing this as a PR for testing the new workflow
1 parent 87639ce commit d07387c

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
55 KB
Loading
31.6 KB
Loading
33.2 KB
Loading

source/apps/superml.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"github": "CharlesAverill/SuperML",
3+
"gitlab": "",
4+
"systems": [
5+
"3ds"
6+
],
7+
"categories": [
8+
"app"
9+
],
10+
"image": "https://raw.githubusercontent.com/CharlesAverill/SuperML/refs/heads/main/resources/banner/banner.png",
11+
"icon": "https://raw.githubusercontent.com/CharlesAverill/SuperML/refs/heads/main/resources/icon.png",
12+
"unique_ids": [
13+
260525
14+
],
15+
"long_description": "An interpreter and text editor for a subset of the [Caml Programming Language](https://en.wikipedia.org/wiki/Caml) for the Nintendo 3DS.\n\nGreat thanks to\n- [Notepad3DS](https://github.com/MaeveMcT/Notepad3DS) as a jumping-off point for the text editor segment of this project.\n- [min-caml](https://esumii.github.io/min-caml/index-e.html) as a minimal Caml implementation I've based mine on\n\n## Progress\n\n### Application Features\n\n### Language Features\n\n- Parser bulit with Flex+Bison\n- Hindley-Milner Type Inference (slightly janky)\n- Rudimentary builtin functions for input and output\n\n### Application Features\n\n- Text editing\n- Development interpreter target for host system\n- Load/Save on SD Card"
16+
}

0 commit comments

Comments
 (0)