COW is a toy esoteric language. See the classic COW webpage for more info!
This is the interpreter implementation in Rust language
Use cargo run %path_to_file%
to run the program. For example
$ cargo run test/hello_world.cow
will run the hello world program.
Feel free to open new issues reports in issue tracker, if you want to PR:
- Fork this repo.
- Create new branch.
- Make there some changes and push it to your fork repository.
- Start new Pull Request