Skip to content

john-crossley/tofu_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tofu Interpreter

Learning how to write an interpreter in Rust.

// Well hello there!
let one = 1;
let three = 3;

let add = fn(x, y) {
    x + y
}

let result = add(one, three);

REPL

To enter the REPL

$ ./cargo run

About

Super basic interpreter written in Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages