Parcourir la source

[master] Regen with older but correct flex

Francis Dupont il y a 8 ans
Parent
commit
4debc6f1d0
2 fichiers modifiés avec 439 ajouts et 393 suppressions
  1. 438 393
      src/lib/eval/lexer.cc
  2. 1 0
      src/lib/eval/lexer.ll

Fichier diff supprimé car celui-ci est trop grand
+ 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);