Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 534 Bytes

yaspcompiler

yaspcompiler - Yet Another Scheme-Programmed Compiler

yaspcompiler is a compiler for Fortress - a statically typed imperative programming language for dwarf-vm - stack virtual machine.

Usage

Use your favourite Scheme interpreter (guile works best) to load file compile.ss. Then you can use the compile-dwarf procedure:

compile-dwarf output-file input-file...

to compile and link specified input files into one dwarf-vm bytecode output file.