Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0nimost/yame
Yet Another Math Expression Parser
https://github.com/j0nimost/yame
mathparser pratt-parser zig
Last synced: 18 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T05:23:39.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:56:58.344Z (19 days 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