-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Laundry pass on /bugs to make them work the same in java, cpp & csharp
Signed-off-by: mmazas <[email protected]> Signed-off-by: mmazas <[email protected]>
- Loading branch information
mmazas
authored and
mmazas
committed
Sep 4, 2024
1 parent
c3a4a0f
commit aa1986c
Showing
19 changed files
with
200 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
aa | ||
ten | ||
Int1 | ||
other-ten | ||
other-ten | ||
Int2 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
aa | ||
bb |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<DEFAULT> | ||
Current character: '{' at 1:1 | ||
Looking for string literal match of kind:7 token image: '{' | ||
Current character: '{' | ||
Currently matched the first: 1 chars as kind: 7,with image: { | ||
No NFA state at pos: 2 | ||
Returning token: '{' | ||
<DEFAULT> | ||
Current character: ' ' at 1:2 | ||
Looking for string literal match of kind:1 token image: ' ' | ||
Current character: ' ' | ||
Currently matched the first: 1 chars as kind: 1,with image: | ||
No NFA state at pos: 2 | ||
Found a SKIP match. | ||
<DEFAULT> | ||
Current character: 'c' at 1:3 | ||
No string literal start with char: 'c' | ||
Starting NFA with start state: 0 | ||
Current character: 'c' | ||
Looking to move from state: 3 for: <IDENTIFIANT> | ||
state=3 vectorindex=1 bitpattern=34359738368 jjChars[state][vectorIndex]=576460743713488896 | ||
Found a match of kind:17; kind: <IDENTIFIANT> using the first: 0 characters. | ||
Looking to move from state: 1 for: <NUMBER> | ||
state=1 vectorindex=1 bitpattern=34359738368 jjChars[state][vectorIndex]=0 | ||
Looking to move from state: 0 for: <NUMBER> | ||
state=0 vectorindex=1 bitpattern=34359738368 jjChars[state][vectorIndex]=0 | ||
Current character: ' ' | ||
Looking to move from state: 7 for: <VALUEREFERENCE> | ||
state=7 vectorindex=0 bitpattern=4294967296 jjChars[state][vectorIndex]=287948901175001088 | ||
Looking to move from state: 6 for: <UNKNOWN> | ||
state=6 vectorindex=0 bitpattern=4294967296 jjChars[state][vectorIndex]=35184372088832 | ||
Looking to move from state: 5 for: <IDENTIFIANT> | ||
state=5 vectorindex=0 bitpattern=4294967296 jjChars[state][vectorIndex]=287948901175001088 | ||
Looking to move from state: 4 for: <UNKNOWN> | ||
state=4 vectorindex=0 bitpattern=4294967296 jjChars[state][vectorIndex]=35184372088832 | ||
Done with NFA at pos: 1 | ||
Returning token: 'c' | ||
<DEFAULT> | ||
Current character: ' ' at 1:4 | ||
Looking for string literal match of kind:1 token image: ' ' | ||
Current character: ' ' | ||
Currently matched the first: 1 chars as kind: 1,with image: | ||
No NFA state at pos: 2 | ||
Found a SKIP match. | ||
<DEFAULT> | ||
Current character: '}' at 1:5 | ||
Looking for string literal match of kind:8 token image: '}' | ||
Current character: '}' | ||
Currently matched the first: 1 chars as kind: 8,with image: } | ||
No NFA state at pos: 2 | ||
Returning token: '}' | ||
Input file parsed successfully |
Binary file not shown.
File renamed without changes.
Oops, something went wrong.