https://github.com/willothy/deque-lang
Deque Language VM written in Rust
https://github.com/willothy/deque-lang
deque esoteric-language programming-language rust
Last synced: 2 months ago
JSON representation
Deque Language VM written in Rust
- Host: GitHub
- URL: https://github.com/willothy/deque-lang
- Owner: willothy
- Created: 2022-12-26T11:03:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T12:55:15.000Z (over 2 years ago)
- Last Synced: 2025-02-05T04:48:59.323Z (4 months ago)
- Topics: deque, esoteric-language, programming-language, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deque.rs
A deque based programming language, inspired by [Tsoding](https://www.youtube.com/watch?v=WvwU0wdkB8U&t=1s) implementing it in Python as well as the [original language](https://www.concatenative.org/wiki/view/Deque).Written in Rust
## Usage
```
$ git clone [email protected]:willothy/deque-lang.git
$ cd deque-lang
$ cargo run -- file.deque
```