Skip to content

Commit 8b97e1d

Browse files
committed
remove min_max example
1 parent 0758460 commit 8b97e1d

File tree

3 files changed

+0
-375
lines changed

3 files changed

+0
-375
lines changed

examples/min_max.cal

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/app.d

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import callisto.compiler;
99
import callisto.language;
1010
import callisto.optimiser;
1111
import callisto.preprocessor;
12-
import callisto.backends.y16;
1312
import callisto.backends.rm86;
1413
import callisto.backends.linux86;
1514

@@ -30,7 +29,6 @@ Flags:
3029
3130
Backends:
3231
rm86 - Real mode x86 and MS-DOS
33-
y16 - YETI-16 Mk2 (Unstable and incomplete)
3432
linux86 - Linux for 64-bit x86
3533
";
3634

@@ -128,11 +126,6 @@ int main(string[] args) {
128126
backend = new BackendRM86();
129127
break;
130128
}
131-
case "y16": {
132-
stderr.writeln("WARNING: Unstable and unfinished backend");
133-
backend = new BackendY16();
134-
break;
135-
}
136129
case "linux86": {
137130
backend = new BackendLinux86();
138131
break;

source/backends/y16.d

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)