https://github.com/virviil/cow.rs
The COW Programming Language interpreter in Rust
https://github.com/virviil/cow.rs
interpreter rust tutorial
Last synced: 7 months ago
JSON representation
The COW Programming Language interpreter in Rust
- Host: GitHub
- URL: https://github.com/virviil/cow.rs
- Owner: Virviil
- Created: 2017-05-19T19:29:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T09:43:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T13:30:54.278Z (10 months ago)
- Topics: interpreter, rust, tutorial
- Language: Rust
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cow.rs
COW is a toy esoteric language. See the [classic COW webpage](http://bigzaphod.github.com/COW/) 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**