Skip to content

Commit

Permalink
remove min_max example
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 25, 2024
1 parent 0758460 commit 8b97e1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 375 deletions.
6 changes: 0 additions & 6 deletions examples/min_max.cal

This file was deleted.

7 changes: 0 additions & 7 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import callisto.compiler;
import callisto.language;
import callisto.optimiser;
import callisto.preprocessor;
import callisto.backends.y16;
import callisto.backends.rm86;
import callisto.backends.linux86;

Expand All @@ -30,7 +29,6 @@ Flags:
Backends:
rm86 - Real mode x86 and MS-DOS
y16 - YETI-16 Mk2 (Unstable and incomplete)
linux86 - Linux for 64-bit x86
";

Expand Down Expand Up @@ -128,11 +126,6 @@ int main(string[] args) {
backend = new BackendRM86();
break;
}
case "y16": {
stderr.writeln("WARNING: Unstable and unfinished backend");
backend = new BackendY16();
break;
}
case "linux86": {
backend = new BackendLinux86();
break;
Expand Down
362 changes: 0 additions & 362 deletions source/backends/y16.d

This file was deleted.

0 comments on commit 8b97e1d

Please sign in to comment.