diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 06:08:36 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 06:08:36 +0800 |
commit | b16d7b5441cee72894249d9a5e95a4b699d9021a (patch) | |
tree | 3bf10d423aeaf3052133ed74790e7b4c914a2f79 /lang/nqc/pkg-descr | |
parent | 775ab08d2173d1be2a8c3f35c4939334edbe4c8b (diff) | |
download | freebsd-ports-gnome-b16d7b5441cee72894249d9a5e95a4b699d9021a.tar.gz freebsd-ports-gnome-b16d7b5441cee72894249d9a5e95a4b699d9021a.tar.zst freebsd-ports-gnome-b16d7b5441cee72894249d9a5e95a4b699d9021a.zip |
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 000000000000..ef7d6db252b0 --- /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 |