https://github.com/aceinetx/bcalc
Math expressions parser written in the B programming language. All without dynamic memory allocations
https://github.com/aceinetx/bcalc
Last synced: 5 months ago
JSON representation
Math expressions parser written in the B programming language. All without dynamic memory allocations
- Host: GitHub
- URL: https://github.com/aceinetx/bcalc
- Owner: aceinetx
- Created: 2025-06-06T19:22:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-08T16:08:03.000Z (about 1 year ago)
- Last Synced: 2025-07-20T14:42:08.496Z (12 months ago)
- Language: Limbo
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
bcalc
Math expressions parser written in the B programming language, using my own compiler. All without dynamic allocations