Compile Reverse-Polish-Notation expressions to x86 16-bit GASM
c.sh | ||
example.txt | ||
example2.txt | ||
main.c | ||
README.md | ||
rpcalc |
RPCALC
This program compiles reverse-polish-notation expressions to x86 16-bit GNU-Assembly instructions. This is to be an educational supplement to teach compiler theory.
LICENSE
Public Domain.