Build and test tool for ND-100 programs using the nd100x emulator and ndtool for disk image management.
# Build and run a program
make hello
# Build any program by name
make build PROG=HELLO
# Boot SINTRAN without build scripts
make run
# Restore disk from backup and create BUILD user
make cleanprograms/ Program source directories
HELLO/
HELLO.PLNC PLANC source code
scripts/
LOAD-MODE.MODE Boot script (copies to SYSTEM on disk)
docs/ Language-specific build documentation
Makefile Build system