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

https://github.com/shadowtime2000/roderod

A useless little programming language
https://github.com/shadowtime2000/roderod

Last synced: about 1 year ago
JSON representation

A useless little programming language

Awesome Lists containing this project

README

          

# roderod

A useless little programming language

## Installation

`npm install roderod`
If you want to install the CLI - `npm install -g roderod`
`roderod helloworld.rr`

### Hello World!

```roderod
log->Hello World!
```

### Documentation

You can find the [documentation here](https://github.com/shadowtime2000/roderod/wiki)