
NOTES FOR THE PROGRAMMER

1. All source code has tab stops set to four spaces. Not the Makefiles.

2. The files asm/scan.yy.c, asm/parse.tab.c, and asm/parse.tab.h are
   included in the distribution so you don't have to recreate them using
   flex and bison. If you modify parse.y or scan.y, however, the makefile
   will try to regenerate them.

