Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 281 Bytes

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.