Unit YAParser |
Yacc parser template (TP Yacc V3.0), V1.2 6-17-91 AG } { global definitions: Renamed from Parser.pas 6/7/1998 Paul Rice to avoid conflict with others' work.} {--Global definitions for parser ----------------------------------------------
Classes |
Functions |
yyparse -
Types |
Constants |
Variables |
ParserError
ParserFormat
ParserInput
ParserResult
VARS
Functions |
Types |
Float = Extended-Directives for BP 7.0 compability } {$I-,R-,Q-,N+} {$ENDIF
Ident = string[12]
PVar = ^TVar
TVar = record
Next : PVar;
Name : Ident;
Value : Float;
end;
Constants |
Variables |