Skip to content
Snippets Groups Projects
Verified Commit f1beaa39 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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
parent 372d5d1a
Loading
Loading
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