diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-14 22:08:36 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-14 22:08:36 +0000 |
commit | b16d7b5441cee72894249d9a5e95a4b699d9021a (patch) | |
tree | 3bf10d423aeaf3052133ed74790e7b4c914a2f79 /lang/nqc/pkg-descr | |
parent | 775ab08d2173d1be2a8c3f35c4939334edbe4c8b (diff) | |
download | FreeBSD-ports-b16d7b5441cee72894249d9a5e95a4b699d9021a.zip FreeBSD-ports-b16d7b5441cee72894249d9a5e95a4b699d9021a.tar.gz |
Import of nqc,
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.
PR: 13081
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'lang/nqc/pkg-descr')
-rw-r--r-- | lang/nqc/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/nqc/pkg-descr b/lang/nqc/pkg-descr new file mode 100644 index 0000000..ef7d6db --- /dev/null +++ b/lang/nqc/pkg-descr @@ -0,0 +1,15 @@ +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/lego/nqc/ + + -Kelly + kbyanc@posi.net |