We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac56c6 commit 6e0c025Copy full SHA for 6e0c025
README.md
@@ -4,7 +4,6 @@ language inspired by YSL-C3 and Forth
4
5
## Supported targets
6
- x86 real mode (complete)
7
-- YETI-16 Mk2 (in progress)
8
- x86_64 Linux (complete)
9
10
## Build
source/app.d
@@ -148,7 +148,7 @@ int main(string[] args) {
148
break;
149
}
150
case "--version": {
151
- writeln("Callisto compiler beta 0.4.1");
+ writeln("Callisto compiler beta 0.5.0");
152
return 0;
153
154
case "-a": {
0 commit comments