The files here implement a simulator for the robotic pbasic code used in the CHS FIRST robot. This code is not exhaustively tested.
| File | Purpose |
| gpl.txt | Copyright document for the following files: menace.html, pb_translation, pb_math.c, pb_io.c, pb.h, testprog.c, pb2c, pbtest1.bsx, Makefile, menace.tcl. Before you use these programs be sure you are familiar with this license. |
| menace.html | How to use the following. |
| pb_translation | PBasic translation rules [incomplete]. |
| pb_math.c | The math library source. |
| pb_io.c | The I/O library source. |
| pb.h | The library include. |
| testprog.c | Validation suite for the library. |
| pb2c | Translator written in perl. |
| pbtest1.bsx | Validation suite for the translator. |
| Makefile | If you don't know what this is then you don't care. |
| DefaultProgram1stick.bsx | Default PBasic program. This is the starter program the FIRST organization provided with the 2002 entry kit. |
| varsboxed.bsx | Menace robot code we shipped to Seattle. |
| menace.tcl | GUI for exercising the compiled c simulator. |
| simulator.tar | tar file of the directory [well, parts of it]. |