Skip to content
/ cow.rs Public

The COW Programming Language interpreter in Rust

Notifications You must be signed in to change notification settings

Virviil/cow.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cow.rs

COW is a toy esoteric language. See the classic COW webpage for more info!

This is the interpreter implementation in Rust language

Running

Use cargo run %path_to_file% to run the program. For example

$ cargo run test/hello_world.cow

will run the hello world program.

Contributing

Feel free to open new issues reports in issue tracker, if you want to PR:

  1. Fork this repo.
  2. Create new branch.
  3. Make there some changes and push it to your fork repository.
  4. Start new Pull Request

About

The COW Programming Language interpreter in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages