https://github.com/fabberr/cpp-eval
Basic C++ arithmetic expression representation.
https://github.com/fabberr/cpp-eval
cpp cpp26 evaluation expression-evaluator
Last synced: 3 months ago
JSON representation
Basic C++ arithmetic expression representation.
- Host: GitHub
- URL: https://github.com/fabberr/cpp-eval
- Owner: fabberr
- License: gpl-3.0
- Created: 2025-02-22T20:11:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:23:21.000Z (3 months ago)
- Last Synced: 2025-02-22T21:20:00.366Z (3 months ago)
- Topics: cpp, cpp26, evaluation, expression-evaluator
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-eval
Basic C++ arithmetic expression representation.