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
+11
View File
@@ -0,0 +1,11 @@
To build demo project you must first compile the grammars.
This grammar CAN NOT! be compiled with the demo version of dpg.
1. dpg calcLexer.g
2. dpg calcParser.g
After the compilation the project can be opened in delphi. Be sure that the dpg
runtime library is in the delphi library path. (In the project settings,
or in the environment settings).
Have fun...