Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.08 KB

tcalc

A calculator i made to learn how to make a parser

License Issues GitHub pull requests


Table of contents

Introduction

Just a calculator that parsers and evaluates expressions. Made this because i never ever made a parser before, so i had to learn how it works.

Quickstart

$ make
$ ./bin/app

Bugs

If you find any bugs, please create an issue and report them.

Make

Run make all to see all the make rules.