Changeset 221 for branches/interpreter2/Forms/UFormMain.pas
- Timestamp:
- Nov 24, 2020, 6:19:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Forms/UFormMain.pas
r213 r221 70 70 uses 71 71 UParser, UExecutor, UGeneratorPascal, UGeneratorPhp, UFormMessages, UFormSource, 72 UGeneratorCSharp, UGeneratorXml, UFormOutput ;72 UGeneratorCSharp, UGeneratorXml, UFormOutput, UParserPascal; 73 73 74 74 { TFormMain } … … 111 111 begin 112 112 FormMessages.Clear; 113 Parser := TParser .Create;113 Parser := TParserPascal.Create; 114 114 Parser.OnError := InterpreterError; 115 115 Parser.Source := FormSource.SynEditSource.Lines.Text;
Note:
See TracChangeset
for help on using the changeset viewer.