rpcalc/README.md

10 lines
203 B
Markdown
Raw Normal View History

2025-02-21 00:38:30 -05:00
# 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.