9 lines
203 B
Markdown
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.
|