You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on #78, I noticed some inconsistencies in the way line labels (numbers) are recognized by the lexer. For example, the list of characters accepted as a primer marker for relative line numbers is different in different contexts, and none of them accept labels like 109a. in Q000040 from the sample corpus.
Probably the pattern for the line label should be declared once and concatenated into all the lexer patterns which need to recognize them.
The text was updated successfully, but these errors were encountered:
Working on #78, I noticed some inconsistencies in the way line labels (numbers) are recognized by the lexer. For example, the list of characters accepted as a primer marker for relative line numbers is different in different contexts, and none of them accept labels like 109a. in Q000040 from the sample corpus.
Probably the pattern for the line label should be declared once and concatenated into all the lexer patterns which need to recognize them.
The text was updated successfully, but these errors were encountered: