ylambda / rust-tiny-interpreter

rust lang lisp interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%