CordyJ / OpenTxl

TXL programming language compiler/interpreter
Other
18 stars 1 forks source link

Token lookaheads involving newlines may cause incorrect line numbers #20

Closed CordyJ closed 9 months ago

CordyJ commented 9 months ago

If a token pattern ends in a lookahead that involves newlines, input source line numbers may be incorrectly tracked.