Initial check in lib

This commit is contained in:
2026-01-03 18:33:48 +01:00
parent b20cd8e688
commit 5666f85e99
89 changed files with 36370 additions and 1 deletions
+22
View File
@@ -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.