mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
82791b6c29
PR: 14187 Submitted by: maintainer
16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
A compiler for a simple language for programming the LEGO RCX or CyberMaster
|
|
controllers. The language itself is "Not Quite C" and includes preprocessor
|
|
and control structures very similar to the C language, but with restrictions
|
|
imposed by the limitations of the RCX hardware/firmware itself.
|
|
|
|
Besides compiling, nqc also provides functions for downloading the RCX
|
|
firmware as well as uploading programs to and downloading from the RCX.
|
|
|
|
The NQC home page includes documentation for the language itself including
|
|
examples.
|
|
|
|
WWW: http://www.enteract.com/~dbaum/nqc/
|
|
|
|
-Kelly
|
|
kbyanc@posi.net
|