Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/augustt198/jokoscript


https://github.com/augustt198/jokoscript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

JokoScript
==========

A semi-programming language based on `Hasmaps`

```
new Hasmap
Hasmap>>
old Hasmap

Hasmap
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.