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

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

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