Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miomit/twopp


https://github.com/miomit/twopp

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

Uncomplicated calculator, implemented for study.

![example](https://raw.githubusercontent.com/miomit/twopp/main/assets/parseAST.gif)

## Usage

```dart
print(calculates("sqrt(5+10*2) + 5 - cosPI")); // ~11
print(calculates("(2+2")); // null
```