Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 515 Bytes

Tests

flang

flang is a lisp implementation that follows the mal process but does not strictly aderes to it.

flang is implemented in Rust and is based on the Rust implementation of mal by Joel Martin.

Running

cargo run --bin flang repl
user> (print "hello world")
hello world