async-await правка теста претти принтера
This commit is contained in:
parent
6de1848ec9
commit
57157f5138
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// This CSharp output file generated by Gardens Point LEX
|
||||
// Version: 1.1.3.301
|
||||
// Machine: DESKTOP-IS1MGLS
|
||||
// DateTime: 01.06.2024 6:59:07
|
||||
// UserName: LastHero
|
||||
// Machine: LAPTOP-TE3HP881
|
||||
// DateTime: 12.06.2024 16:33:40
|
||||
// UserName: miks
|
||||
// GPLEX input file <ABCPascal.lex>
|
||||
// GPLEX frame file <embedded resource>
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
// (see accompanying GPPGcopyright.rtf)
|
||||
|
||||
// GPPG version 1.3.6
|
||||
// Machine: DESKTOP-IS1MGLS
|
||||
// DateTime: 01.06.2024 6:59:08
|
||||
// UserName: LastHero
|
||||
// Machine: LAPTOP-TE3HP881
|
||||
// DateTime: 12.06.2024 16:33:42
|
||||
// UserName: miks
|
||||
// Input file <ABCPascal.y>
|
||||
|
||||
// options: no-lines gplex
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ namespace Languages.Pascal.Frontend.Converters
|
|||
{
|
||||
root.visit(new SimplePrettyPrinterVisitor(@"d:\\zzz1.txt"));
|
||||
}
|
||||
catch(Exception e)
|
||||
catch(System.Exception e)
|
||||
{
|
||||
|
||||
System.IO.File.AppendAllText(@"d:\\zzz1.txt",e.Message);
|
||||
|
|
|
|||
Loading…
Reference in a new issue