Initial check in docu

This commit is contained in:
2026-01-03 18:31:15 +01:00
parent e2c3cbc520
commit ee130973e2
98 changed files with 9430 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
// $Delphi Parser Generator: calcLexer -> calcLexerTokens.txt$
TcalcLexer
TT_EOF=1
TT_LPAREN=4
TT_RPAREN=5
TT_PLUS=6
TT_MINUS=7
TT_STAR=8
TT_SLASH=9
TT_SEMI=10
TT_INT=11
TT_WS=12