@@ -13,7 +13,7 @@ Read 1st char for any kind: `97 / 'a'´, @ 1:1 (tm)
1313 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
1414 Done with NFA, at pos: 2 (tm)
1515Put back: 1 looked ahead chars (tm)
16- Found a TOKEN MATCH ***: <10 / "aa"> at lexical state: 0; returning (tm)
16+ Found a TOKEN MATCH ***: <10 / <Id> / "aa"> at lexical state: 0; returning (tm)
1717Read 1st char for any kind: `9 / '\t'´, @ 1:3 (tm)
1818<DEFAULT>-0 Current input char: `9 / '\t'´, @ 1:3 (tm)
1919 Looking for string literal match of token: <2 / "\t"> (tm)
@@ -242,7 +242,7 @@ Read 1st char for any kind: `116 / 't'´, @ 2:1 (tm)
242242 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
243243 Done with NFA, at pos: 3 (tm)
244244Put back: 1 looked ahead chars (tm)
245- Found a TOKEN MATCH ***: <10 / "ten"> at lexical state: 0; returning (tm)
245+ Found a TOKEN MATCH ***: <10 / <Id> / "ten"> at lexical state: 0; returning (tm)
246246Read 1st char for any kind: `32 / ' '´, @ 2:4 (tm)
247247<DEFAULT>-0 Current input char: `32 / ' '´, @ 2:4 (tm)
248248 Looking for string literal match of token: <1 / " "> (tm)
@@ -271,7 +271,7 @@ Read 1st char for any kind: `73 / 'I'´, @ 2:5 (tm)
271271 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
272272 Done with NFA, at pos: 4 (tm)
273273Put back: 1 looked ahead chars (tm)
274- Found a TOKEN MATCH ***: <10 / "Int1"> at lexical state: 0; returning (tm)
274+ Found a TOKEN MATCH ***: <10 / <Id> / "Int1"> at lexical state: 0; returning (tm)
275275Read 1st char for any kind: `32 / ' '´, @ 2:9 (tm)
276276<DEFAULT>-0 Current input char: `32 / ' '´, @ 2:9 (tm)
277277 Looking for string literal match of token: <1 / " "> (tm)
@@ -315,7 +315,7 @@ Read 1st char for any kind: `111 / 'o'´, @ 2:10 (tm)
315315 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
316316 Done with NFA, at pos: 9 (tm)
317317Put back: 1 looked ahead chars (tm)
318- Found a TOKEN MATCH ***: <10 / "other-ten"> at lexical state: 0; returning (tm)
318+ Found a TOKEN MATCH ***: <10 / <Id> / "other-ten"> at lexical state: 0; returning (tm)
319319Read 1st char for any kind: `13 / '\r'´, @ 2:19 (tm)
320320<DEFAULT>-0 Current input char: `13 / '\r'´, @ 2:19 (tm)
321321 Looking for string literal match of token: <4 / "\r"> (tm)
@@ -366,7 +366,7 @@ Read 1st char for any kind: `111 / 'o'´, @ 3:1 (tm)
366366 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
367367 Done with NFA, at pos: 9 (tm)
368368Put back: 1 looked ahead chars (tm)
369- Found a TOKEN MATCH ***: <10 / "other-ten"> at lexical state: 0; returning (tm)
369+ Found a TOKEN MATCH ***: <10 / <Id> / "other-ten"> at lexical state: 0; returning (tm)
370370Read 1st char for any kind: `32 / ' '´, @ 3:10 (tm)
371371<DEFAULT>-0 Current input char: `32 / ' '´, @ 3:10 (tm)
372372 Looking for string literal match of token: <1 / " "> (tm)
@@ -395,7 +395,7 @@ Read 1st char for any kind: `73 / 'I'´, @ 3:11 (tm)
395395 Looking to move from state: <,>-2, for token: <10 / <Id>> (tm)
396396 Done with NFA, at pos: 4 (tm)
397397Put back: 1 looked ahead chars (tm)
398- Found a TOKEN MATCH ***: <10 / "Int2"> at lexical state: 0; returning (tm)
398+ Found a TOKEN MATCH ***: <10 / <Id> / "Int2"> at lexical state: 0; returning (tm)
399399Read 1st char for any kind: `13 / '\r'´, @ 3:15 (tm)
400400<DEFAULT>-0 Current input char: `13 / '\r'´, @ 3:15 (tm)
401401 Looking for string literal match of token: <4 / "\r"> (tm)
0 commit comments