NikolajDanger bb45db22e0
2022-06-01 14:28:43 +02:00
2022-06-01 14:28:43 +02:00
2022-05-18 10:46:19 +02:00
2022-06-01 14:28:43 +02:00
2022-06-01 14:28:43 +02:00
2022-05-18 10:46:19 +02:00
2022-05-18 13:25:57 +02:00
2022-05-18 17:29:24 +02:00
2022-05-18 17:29:24 +02:00
2022-05-18 10:46:19 +02:00
2022-05-18 10:46:19 +02:00

# The Fasto Compiler (v1.0, 2022-04-27)

This is the compiler for the Fasto programming language.  The source
code resides in the `Fasto` directory.

Note that you need the .NET 6.0 SDK (*not* a Mono-based F#) installed
on your machine, with the `dotnet` executable in your search path.
Additionally, you should have `bash` to execute the various test
scripts, and the Java Runtime Environment (full SDK not needed) to run
the MARS simulator.

To build the compiler, run `make` (or just `dotnet build Fasto`).

To interpret, compile, or optimize a Fasto program, run `bin/fasto.sh`.

To execute a compiled program (in MIPS assembly), run `bin/mars.sh`.

To compile and immediately execute a Fasto program, run `bin/compilerun.sh`.

To run all tests from the `tests` directory (or some other), run
`bin/runtests.sh`. Use `-i` to run in interpreted mode, and `-o` to
turn on the optimizations in the compiler.
Description
No description provided
Readme 4.4 MiB
Languages
F# 64.4%
Assembly 30.9%
Emacs Lisp 2.3%
Shell 2.3%
Vim script 0.1%