File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22Callisto is a reverse polish notation programming
33language inspired by YSL-C3 and Forth
44
5+ It also has a subset called CallistoScript made for scripting languages like Lua, and
6+ it's still sort of low level
7+
58## Supported targets
69- x86 real mode (complete)
710- x86_64 Linux (complete)
811- Uxn (complete, ` implement ` broken, see #6 )
12+ - Lua (complete, subset CallistoScript)
913
1014## Build
1115You need a [ D compiler] ( https://dlang.org/download.html ) to build the Callisto compiler
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Backends and their operating systems:
4545 rm86 - Real mode x86, for bare-metal, dos
4646 x86_64 - 64-bit x86, for bare-metal, linux
4747 uxn - Varvara/Uxn
48+ lua - Lua, uses subset CallistoScript
4849
4950Backend options:
5051 rm86:
You can’t perform that action at this time.
0 commit comments