An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Calcy
A simple cli math interpreter for the Dev.to blog posts.

[![Build Status](https://app.travis-ci.com/j0nimost/calcy.svg?branch=main)](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