Skip to content

hewittmcg/cower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cower

COW interpreter written in Rust.

COW is an esoteric programming language whose instruction set consists of 12 variations of "MOO", "OOM", and the like.

I wrote this to practice Rust programming. It doesn't really serve an actual purpose. It also hasn't been fully tested, and might have some bugs.

I used https://github.com/Overv/bf to check my work throughout and as a general reference.

Currently the ExecVal function is not working: I don't have enough Rust experience to figure out a non-hacky way to implement it, so it's on hold for the time being.

About

COW interpreter written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages