wedesoft / calculator

Interpreter implemented using Bison and Flex

Home Page:https://www.wedesoft.de/software/2013/09/04/bison-flex-automake/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interpreter implemented using Bison and Flex

Dependencies

sudo aptitude install build-essential bison flex rlwrap

Installation

git clone git@github.com:wedesoft/calculator.git
cd calculator
make -f Makefile.dist
./configure
make

Run

rlwrap ./calculator

See article for more information.

About

Interpreter implemented using Bison and Flex

https://www.wedesoft.de/software/2013/09/04/bison-flex-automake/


Languages

Language:Yacc 34.8%Language:Makefile 27.9%Language:Lex 14.1%Language:M4 11.9%Language:C 9.9%Language:Shell 1.5%