Browse Source

[master] Regen with older but correct flex

Francis Dupont 8 years ago
parent
commit
4debc6f1d0
2 changed files with 439 additions and 393 deletions
  1. 438 393
      src/lib/eval/lexer.cc
  2. 1 0
      src/lib/eval/lexer.ll

File diff suppressed because it is too large
+ 438 - 393
src/lib/eval/lexer.cc


+ 1 - 0
src/lib/eval/lexer.ll

@@ -83,6 +83,7 @@ addr6 [0-9a-fA-F]*\:[0-9a-fA-F]*\:[0-9a-fA-F:.]*
     // Ok, we found a with space. Let's ignore it and update loc variable.
     loc.step();
 }
+
 [\n]+      {
     // Newline found. Let's update the location and continue.
     loc.lines(evalleng);