Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu728/nimi

Only basic arithmetic operations and function call
https://github.com/kazu728/nimi

arithmetic lexer

Last synced: 10 days ago
JSON representation

Only basic arithmetic operations and function call

Awesome Lists containing this project

README

        

# nimi

Simple something linguistic that can only evaluate arithmetic and function call

```sh
"+ + 100 10 20" -> 130
"* 10 10" -> 100
"fn[* . .] fn(10)" -> 100
"fn[* . .] fn(fn(fn(fn(2))))" -> 65536
```