rpcalc/README.md
2025-02-21 00:38:30 -05:00

9 lines
203 B
Markdown

# 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.