Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/jokoscript
https://github.com/augustt198/jokoscript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/augustt198/jokoscript
- Owner: augustt198
- Created: 2014-08-01T09:12:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T13:44:33.000Z (over 10 years ago)
- Last Synced: 2023-08-02T15:35:23.814Z (over 1 year ago)
- Language: Java
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JokoScript
==========A semi-programming language based on `Hasmaps`
```
new Hasmap
Hasmap>>
old HasmapHasmap
Hasmap
```output
```
sin of 30deg is
0.5
Finished with result: null (of NULL type)
```Comes with interpreter and REPL built in.
## Features
The langauge comes with a Top-Down Parser, order of operations, certain type inference,
and small set of standard functions.