nbc 1.2.1.r4+dfsg-9 source package in Ubuntu

Changelog

nbc (1.2.1.r4+dfsg-9) unstable; urgency=medium

  * Rewrite autopkgtest script to use nbc, not nqc.

 -- Petter Reinholdtsen <email address hidden>  Wed, 21 Mar 2018 13:24:49 +0100

Upload details

Uploaded by:
Debian LEGO Team
Uploaded to:
Sid
Original maintainer:
Debian LEGO Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
nbc_1.2.1.r4+dfsg-9.dsc 1.9 KiB c823a32e10098d4a7e7442f2190e8c45bce455d3fba8c15892a3d46f6232715f
nbc_1.2.1.r4+dfsg.orig.tar.gz 518.1 KiB 3c92d789865a04c1e72e9ad274635b50d34b4c010fcd11e55d03c5620c3363a8
nbc_1.2.1.r4+dfsg-9.debian.tar.xz 6.9 KiB 0e72886ec0b385933b955355290b358f7bbf58ccf27049745414065b26c80dcc

Available diffs

No changes file available.

Binary packages built by this source

nbc: C compiler for LEGO Mindstorms NXT bricks

 Next Byte Codes (NBC) is a simple language with an assembly language syntax
 that can be used to program LEGO's NXT programmable brick (from the new LEGO
 Mindstorms NXT set).
 .
 Not eXactly C (NXC) is a high level language, similar to C, built on top of the
 NBC compiler. It can also be used to program the NXT brick. NXC is basically
 NQC for the NXT. To compile NXC programs just use the NBC compiler with source
 code files that have a .nxc file extension.
 .
 If you are just getting started with programming, then graphical environments
 such as the Mindstorms NXT software may be better choices for you. If, however,
 you're a programmer and you prefer typing a few lines to drag and drop icon
 programming, then either NBC or NXC may be perfect for you.