https://github.com/j0nimost/calcy
A math interpreter for the dev.to blog post
https://github.com/j0nimost/calcy
blog math parser
Last synced: 10 months ago
JSON representation
A math interpreter for the dev.to blog post
- Host: GitHub
- URL: https://github.com/j0nimost/calcy
- Owner: j0nimost
- License: other
- Created: 2021-09-20T12:39:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T06:45:27.000Z (over 4 years ago)
- Last Synced: 2025-04-10T19:36:02.803Z (10 months ago)
- Topics: blog, math, parser
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
## Calcy
A simple cli math interpreter for the Dev.to blog posts.
[](https://app.travis-ci.com/j0nimost/calcy)
### Find the Blog Posts Here
- [Set Up](https://dev.to/j0nimost/implementing-a-math-interpreter-using-c-part1-2mf)
- [Lexer and Test](https://dev.to/j0nimost/implementing-a-math-interpreter-using-c-part2-lexer-4i81)
- [AST](https://dev.to/j0nimost/making-a-math-interpreter-ast-4848)
- [Parser](https://dev.to/j0nimost/making-a-math-interpreter-parser-52j8)
### Getting Started
- Clone Repository
- `cd calcy/`
- `dotnet run .\calcy.csproj`
### Contributions
Create an Issue || FORK and make PR
## Author
John Nyingi