Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kazu728/nimi
- Owner: kazu728
- Created: 2022-02-17T20:15:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T20:55:45.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T02:09:02.938Z (almost 2 years ago)
- Topics: arithmetic, lexer
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```