Skip to content

JamesOwenHall/rust_arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_arithmetic

This is an interpreter for a basic Lisp-like language for basic arithmetic. It's a simple example of a tokenizer, parser and interpreter in Rust.

Example

rust_arithmetic "(/ (* 2 3 4 5 6) (* 2 3 4))"
> 30

About

A Rust implementation of a lisp-like arithmetic interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages