Basic (C64 v2): step0
authorJoel Martin <github@martintribe.org>
Mon, 5 Sep 2016 01:23:56 +0000 (20:23 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 5 Sep 2016 01:25:26 +0000 (20:25 -0500)
commit47def37ef4d580a7ab1126fcfbd18f74be3ca820
treece680f76fe2a5a0b57bc11010b8adafb166d30ab
parentfa5af3ad92fe223d4c3fd6e965e45b4248e31f46
Basic (C64 v2): step0

This works with cbmbasic from https://github.com/mist64/cbmbasic. The
cbmbasic interpreter needs to be on the PATH.

The actually sources are *.in.bas which are "compiled" to *.bas using
the qb2cbm.sh. qb2cbm.sh translates from a QBasic-ish format to a line
numbered source with include files inlined (REM $INCLUDE: 'file.bas').
One additional advantage is that the *.in.bas versions can also be
indented and qb2cbm.sh will remove the indenting in the translated
code.
Makefile
basic/Makefile [new file with mode: 0644]
basic/qb2cbm.sh [new file with mode: 0755]
basic/readline.in.bas [new file with mode: 0644]
basic/run [new file with mode: 0755]
basic/step0_repl.in.bas [new file with mode: 0755]