Skip to content

Commit

Permalink
add lua to readme and app usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yeti0904 committed Aug 11, 2024
1 parent 8c137b1 commit e405ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
Callisto is a reverse polish notation programming
language inspired by YSL-C3 and Forth

It also has a subset called CallistoScript made for scripting languages like Lua, and
it's still sort of low level

## Supported targets
- x86 real mode (complete)
- x86_64 Linux (complete)
- Uxn (complete, `implement` broken, see #6)
- Lua (complete, subset CallistoScript)

## Build
You need a [D compiler](https://dlang.org/download.html) to build the Callisto compiler
Expand Down
1 change: 1 addition & 0 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Backends and their operating systems:
rm86 - Real mode x86, for bare-metal, dos
x86_64 - 64-bit x86, for bare-metal, linux
uxn - Varvara/Uxn
lua - Lua, uses subset CallistoScript
Backend options:
rm86:
Expand Down

0 comments on commit e405ae8

Please sign in to comment.