Skip to content

clarashepherd/brainf-ck-interpreter-for-rust-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fully functioning interpreter for the Brainfuck language.

Includes a full suite of unit and integration tests.

Currently handles u8 and u16 data types, but could handle others with a few impl blocks.

All arguments are available with the -h flag. They include the option for the number of data cells in the VM, and the option to auto-extend the VM's tape.

All handles are errored without panicking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages