Skip to content

Commit e405ae8

Browse files
committed
add lua to readme and app usage
1 parent 8c137b1 commit e405ae8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
Callisto is a reverse polish notation programming
33
language 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
1115
You need a [D compiler](https://dlang.org/download.html) to build the Callisto compiler

source/app.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4950
Backend options:
5051
rm86:

0 commit comments

Comments
 (0)