Forráskód Böngészése

Patched an issue with token initializing

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6364 8c9fc860-2736-0410-a75d-ab315db34111
felixf 10 éve
szülő
commit
6a7578b778
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      source/FoxScanner.Mod

+ 4 - 0
source/FoxScanner.Mod

@@ -1246,6 +1246,8 @@ TYPE
 		tokens[DotGreater] := "DotGreater";
 		tokens[GreaterEqual] := "GreaterEqual";
 		tokens[DotGreaterEqual] := "DotGreaterEqual";
+		tokens[LessLessQ] := "LessLessQ";
+		tokens[GreaterGreaterQ] := "GreaterGreaterQ";
 		tokens[In] := "In";
 		tokens[Is] := "Is";
 		tokens[Times] := "Times";
@@ -1295,6 +1297,8 @@ TYPE
 		tokens[ExclamationMark] := "ExclamationMark";
 		tokens[Questionmarks] := "Questionmarks";
 		tokens[ExclamationMarks] := "ExclamationMarks";
+		tokens[LessLess] := "LessLess";
+		tokens[GreaterGreater] := "GreaterGreater";
 		tokens[Upto] := "Upto";
 		tokens[Arrow] := "Arrow";
 		tokens[Period] := "Period";