PropBasic is a BASIC compiler for the Parallax(c) Propeller microcontroller. It translates program code written in the BASIC computer language into Propeller assembly language instructions.
Down a source tarball or archive, or check out with git.
git clone https://github.com/parallaxinc/PropBASIC
$ brew install fpc
cd
to the directory where you unpacked PropBASIC.fpc -Tdarwin -opropbasic PropBasic.lpr
to build. An executable named propbasic
will be created.$ apt-get install fpc
on Debian, or $ yum install fpc
on RedHat.cd
to the directory where you unpacked PropBASIC.fpc -Tlinux -opropbasic PropBasic.lpr
to build. An executable named propbasic
will be created."C:\FPC\3.0.0\bin\i386-win32"
to the system path.fpc -Twin32 -opropbasic PropBasic.lpr
to build. An executable named propbasic.exe
will be created.