Initial check in lib
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
unit dpglib.TreeParserGrammar;
|
||||
|
||||
interface
|
||||
uses
|
||||
System.Classes,
|
||||
System.Contnrs,
|
||||
dpgrtl.types,
|
||||
dpglib.Types,
|
||||
dpglib.ParserGrammar;
|
||||
|
||||
type
|
||||
// =========================================================================
|
||||
// Class TParserGrammar
|
||||
// =========================================================================
|
||||
TTreeParserGrammar = class(TParserGrammar,
|
||||
IGrammar,
|
||||
ITreeWalkerGrammar)
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user