An open API service indexing awesome lists of open source software.

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

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**