Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miomit/twopp
https://github.com/miomit/twopp
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miomit/twopp
- Owner: miomit
- License: gpl-3.0
- Created: 2023-11-05T10:51:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T08:16:31.000Z (8 months ago)
- Last Synced: 2024-03-16T08:59:17.188Z (8 months ago)
- Language: Dart
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```