Skip to content

Files

Latest commit

143b492 · Feb 25, 2019

History

History

runtime-rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2019
Feb 24, 2019
Feb 25, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019

runtime-rust

A rewrite of startup.c in Rust, as an exercise in learning Rust.

All the tests pass.

In Scheme, from ..:

(load "compiler.scm")
(load "runtime-rust/tests-driver-modif.scm")`
(test-al)```

See `runtime-rust/tests-driver-modif.scm` for how to build and run.