Imported modules
|
|
import string
|
Functions
|
|
|
|
AddToList
|
AddToList ( list, Context )
|
|
BindRules
|
BindRules ( Grammar )
|
|
DeclareTerminals
|
DeclareTerminals ( Grammar )
|
|
DoPrint
|
DoPrint ( list, Context )
|
|
DoSetq
|
DoSetq ( list, Context )
|
|
EchoValue
|
EchoValue ( list, Context )
declare the rule reduction interpretation functions.
|
|
GrammarBuild
|
GrammarBuild ()
This function generates the grammar and dumps it to a file.
|
|
LoadLispG
|
LoadLispG ()
this function initializes the compiled grammar from the generated file.
|
|
MakeList
|
MakeList ( list, Context )
|
|
NilTail
|
NilTail ( list, Context )
|
|
VarValue
|
VarValue ( list, Context )
|
|
echo
|
echo ( string )
|
|
intInterp
|
intInterp ( str )
declare interpretation functions and regex's for terminals
|
|
stripQuotes
|
stripQuotes ( str )
|
|
unMarshalLispG
|
unMarshalLispG ()
|