hp48cc is a C-like compiler that translates input code into the HP48 RPN language. The language recognized by the compiler is only a small subset of the C language with some non-standard extensions. However, this language is powerful enough be used to to write complex programs simply.
| Tags | Scientific/Engineering Software Development Compilers |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX |
| Implementation | C Other |
Recent releases


Release Notes: In this release, a few more examples were added and some minor modifications to the documentation were done.


Release Notes: This release adds a lot of examples, local variables in the language, support for non-alphanumeric HP48 symbols in strings and identifiers, and a raise to power operator `**'. The language syntax has been fixed.


Release Notes: Fixes were made to the package distribution and documentation.