Skip to content
Snippets Groups Projects
Commit 7a6cf82a authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

lex inline comments in Data Division

parent 7ab26749
No related branches found
No related tags found
No related merge requests found
...@@ -1091,6 +1091,8 @@ USE({SPC}FOR)? { return USE; } ...@@ -1091,6 +1091,8 @@ USE({SPC}FOR)? { return USE; }
LINKAGE{SECTION} { return LINKAGE_SECT; } LINKAGE{SECTION} { return LINKAGE_SECT; }
PROCEDURE{SPC}DIVISION { BEGIN(procedure_div); return PROCEDURE_DIV; } PROCEDURE{SPC}DIVISION { BEGIN(procedure_div); return PROCEDURE_DIV; }
[*]>.*$ // ignore inline comment
} }
<numstr_state>{ <numstr_state>{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment