IsDataClass поле

This commit is contained in:
Mikhalkovich Stanislav 2021-05-29 14:31:26 +03:00
parent cfccc2ca80
commit 450e629598
4 changed files with 9 additions and 2 deletions

View file

@ -2,7 +2,7 @@
// This CSharp output file generated by Gardens Point LEX
// Version: 1.1.3.301
// Machine: DESKTOP-G8V08V4
// DateTime: 17.05.2021 11:16:57
// DateTime: 28.05.2021 19:30:50
// UserName: ?????????
// GPLEX input file <ABCPascal.lex>
// GPLEX frame file <embedded resource>

View file

@ -2,7 +2,7 @@
// GPPG version 1.3.6
// Machine: DESKTOP-G8V08V4
// DateTime: 17.05.2021 11:16:58
// DateTime: 28.05.2021 19:30:51
// UserName: ?????????
// Input file <D:\PABC_Git\Parsers\PascalABCParserNewSaushkin\ABCPascal.y>

View file

@ -331,6 +331,8 @@ script=

View file

@ -2081,4 +2081,9 @@ namespace PascalABCCompiler.SyntaxTree
}
}
public partial class class_definition
{
public bool IsDataClass { get ; set; }
}
}