andryej / JIT_RPN

Simple Just in time compiler for evaluating Reverse Polish Notation expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JIT_RPN

Simple Just in time compiler for evaluating Reverse Polish Notation expressions

https://en.wikipedia.org/wiki/Reverse_Polish_notation

Usage:

$ make $ ./exec N - number of data sets E - Valid RPN expression without whitespace x_0 , ... , x_9 - values of variables

About

Simple Just in time compiler for evaluating Reverse Polish Notation expressions


Languages

Language:C 44.7%Language:C++ 31.2%Language:Assembly 19.9%Language:Makefile 4.2%