Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/sprak.js
Sprak. JS.
https://github.com/mrspeaker/sprak.js
Last synced: 14 days ago
JSON representation
Sprak. JS.
- Host: GitHub
- URL: https://github.com/mrspeaker/sprak.js
- Owner: mrspeaker
- License: other
- Created: 2015-10-08T05:19:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T14:46:14.000Z (about 9 years ago)
- Last Synced: 2024-10-10T22:48:41.863Z (about 1 month ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sprak interpreter
by @mrspeaker
> What's this about? See http://www.elseheartbreak.com
'tis just the verrrry beginning.
## Running
Installing (requires NPM):
```js
npm install
```Runninging (served on port 9966):
```js
npm start
```Run the unit tests:
```js
npm test
```## Working-ish
* assignment
* if/else/end
* functions + args
* math/precedence
* Print/ClearText()
* Load/SaveMemory
* loop i from 0 to 10 - end## Next
* loops:
* loop - end
* loop c in message - end
* if/multiple else
* and/or
* FIX: Step, instead of eval.## Fix
* can't have empty if/end