1
0

Check for parsing errors

This commit is contained in:
2026-06-13 23:25:52 +02:00
parent 0fc5958f6e
commit c2a0c80ea4
2 changed files with 695 additions and 331 deletions
-1
View File
@@ -4759,7 +4759,6 @@ end
proc elna_parser_module_declaration(cursor: ^ElnaLexerCursor, error_list: ^ElnaList) -> ^ElnaTreeModuleDeclaration proc elna_parser_module_declaration(cursor: ^ElnaLexerCursor, error_list: ^ElnaList) -> ^ElnaTreeModuleDeclaration
var var
parser_node: Word
result: ^ElnaTreeModuleDeclaration result: ^ElnaTreeModuleDeclaration
parser_error: ^ElnaError parser_error: ^ElnaError
token: ^ElnaLexerToken token: ^ElnaLexerToken
+636 -271
View File
File diff suppressed because it is too large Load Diff