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
- Host: GitHub
- URL: https://github.com/shadowtime2000/roderod
- Owner: shadowtime2000
- License: mit
- Created: 2020-09-29T23:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T19:46:09.000Z (over 5 years ago)
- Last Synced: 2025-02-05T08:35:20.559Z (over 1 year ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)