mg6 / itc-lab-lexyacc-rpn

Introduction to Compilers laboratory project: Lex/Yacc RPN calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPN calculator

An assignment for Introduction to Compilers university course.

Description

Using flex & bison, implement Reverse Polish Notation (RPN) calculator.

List of supported operations should include:

  • addition +
  • subtraction -
  • multiplication *
  • division /

License

See LICENSE file for information.

About

Introduction to Compilers laboratory project: Lex/Yacc RPN calculator

License:The Unlicense


Languages

Language:Shell 40.5%Language:Yacc 32.7%Language:Lex 20.1%Language:Makefile 6.8%