Refactor Names of Scope Types
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -114,5 +114,5 @@ import P4Lang
|
||||
#RequireErrorResult<(EvaluatableStatement, CompilerContext)>(
|
||||
Error(withMessage: "{2, 154}: Did not find assignment statement"),
|
||||
ParserAssignmentStatement.Compile( // Note: Calling ParserAssignmentStatement compilation directly.
|
||||
node: result.rootNode!, withContext: CompilerContext(withNames: LexicalScopes()))))
|
||||
node: result.rootNode!, withContext: CompilerContext(withNames: VarTypeScopes()))))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user