https://github.com/j0nimost/yame
Yet Another Math Expression Parser
https://github.com/j0nimost/yame
mathparser pratt-parser zig
Last synced: 2 months ago
JSON representation
Yet Another Math Expression Parser
- Host: GitHub
- URL: https://github.com/j0nimost/yame
- Owner: j0nimost
- Created: 2023-07-26T05:15:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T05:23:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T08:34:26.938Z (2 months ago)
- Topics: mathparser, pratt-parser, zig
- Language: Zig
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## YAME
Yet Another Math Expression Parser.### Inspiration
Learning How Different Parsers work, In this case the Pratt Parser### How To
- Install Zig version 0.10.1 : https://ziglang.org/learn/getting-started/
- Run `zig run main.zig`### Author
John Nyingi