compiles, needs some cleanup

This commit is contained in:
Norayr Chilingarian 2020-05-08 03:35:36 +04:00
parent 6011d9d401
commit 82d79b4647
7 changed files with 153 additions and 167 deletions

View file

@ -7,8 +7,8 @@ CONST
symbolBracketStart = "{";
symbolBracketEnd = "}";
(* TODO: Reverse " and ' *)
quote = vpkSettings.quote;
coma = ",";
quote = '"';
TYPE
TString* = ARRAY ArrayMaxNumberChar OF CHAR;