-
- Downloads
Lexer: remove useless rule for dates
This rule is obviously incorrect (and useless): – it begins with an unescaped dollar sign, which can only match an end-of-line (so it makes no sense to have it at the beginning of the rule) – it prints to standard output, which is obviously not the intended action
Please register or sign in to comment