Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet
This commit is contained in:
commit
10bccf3128
|
|
@ -40280,7 +40280,7 @@ namespace PascalABCCompiler.SyntaxTree
|
|||
protected procedure_definition _proc_definition;
|
||||
protected expression_list _parameters;
|
||||
protected string _lambda_name;
|
||||
protected List<declaration> _defs;
|
||||
protected List<declaration> _defs=new List<declaration>();
|
||||
protected LambdaVisitMode _lambda_visit_mode;
|
||||
protected syntax_tree_node _substituting_node;
|
||||
protected int _usedkeyword;
|
||||
|
|
|
|||
|
|
@ -2459,7 +2459,7 @@
|
|||
<SyntaxField Name="proc_definition" SyntaxType="procedure_definition" />
|
||||
<SyntaxField Name="parameters" SyntaxType="expression_list" />
|
||||
<ExtendedField Name="lambda_name" Type="string" CreateVariable="false" DeleteVariable="false" />
|
||||
<ExtendedField Name="defs" Type="List<declaration>" CreateVariable="false" DeleteVariable="false" />
|
||||
<ExtendedField Name="defs" Type="List<declaration>" CreateVariable="true" DeleteVariable="false" />
|
||||
<ExtendedField Name="lambda_visit_mode" Type="LambdaVisitMode" CreateVariable="false" DeleteVariable="false" />
|
||||
<SyntaxField Name="substituting_node" SyntaxType="syntax_tree_node" />
|
||||
<ExtendedField Name="usedkeyword" Type="int" CreateVariable="false" DeleteVariable="false" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue