mksyntax.cmd

[<<<] [>>>]

This command file runs the Perl script `syntaxer.pl' to create the `syntax.c' file from the file `syntax.def'

The syntax definition of the BASIC language is defined in an easy to maintain text file named `syntax.def' and a Perl script `syntaxer.pl' creates the human-unreadable C source file from it that contains all the tables that drive the syntax analyzer.

The souce code of the file `mksyntax.cmd' is:


[<<<] [>>>]