Skip to content

ylambda/rust-tiny-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust tiny interpreter

A tiny lisp compiler written in rust.

I'm porting the implementation from Super Tiny Compiler for fun.

I didn't want a c compiled program, and instead made an interpreter

(multiply 2 (add 4 6))
20

About

rust lang lisp interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages