1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/hp48cc/pkg-descr
Ying-Chieh Liao d71b137e0b add hp48cc
C-like compiler that translates input code to the HP48 RPN language

PR:		29642
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 12:34:54 +00:00

11 lines
387 B
Plaintext

hp48cc is a C-like compiler that translates the 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, but powerful enough to write
complex programs simply.
WWW: http://www.sigala.it/sandro/software.html#hp48cc
Author: Sandro Sigala <sandro@sigala.it>
- Patrick Li <pat@databits.net>