1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/hp48cc/pkg-descr
Alexey Dokuchaev d6445de572 - Spell the RPL programming language (RPL meaning ROM-based procedural
language following Hewlett-Packard or, alternatively, Reverse Polish
  LISP) correctly as RPL.  While majority of HP calculators use Reverse
  Polish notation (RPN) for computations, it is not correct abbreviation
  for their programming language
- Augment mirror list to offload author's personal website to SunSITE
  mirrors available

Feature safe:	yes
2011-01-21 12:44:09 +00:00

10 lines
434 B
Plaintext

hp48cc is a C-like compiler that translates the input code into the HP48 RPL
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.
Note that GCC-based `devel/hp48xgcc' port exists which directly translates C
code into Saturn (HP48 processor) opcodes.
WWW: http://www.sigala.it/sandro/software.php#hp48cc