Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pluveto/console-calc

Simple command calculator generated by flex & bison
https://github.com/pluveto/console-calc

Last synced: 4 days ago
JSON representation

Simple command calculator generated by flex & bison

Awesome Lists containing this project

README

        

# console-calc

## docs

How did this calculator written? [Link Here](https://www.less-bug.com/posts/flex-and-bison-of-actual-combat-a-simple-calculator/).

## usage

Build:

```shell
make calc
```

Run:

```shell
./calc.out
```

## feature

* `+` `-` `*` `/`
* real number (positive & negative)
* paren
* power
* abs `|expr|`