forked from chanbengz/SUSTech_CS323_Project_Incredibuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
70 additions
and
20 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Missing token ";" | ||
Unknown token | ||
Error type A at Line 4: unknown lexeme $ | ||
Error type B at Line 6: Missing semicolon ';' | ||
Error type A at Line 8: unknown lexeme @ |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Missing token ")" | ||
Missing token ")" | ||
Error type B at Line 9: Missing closing parenthesis ')' | ||
Error type B at Line 12: Missing closing parenthesis ')' |
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 |
---|---|---|
@@ -1 +1 @@ | ||
Missing token "identifier" | ||
Error type A at Line 4: unknown lexeme 3_wrong_id |
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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
Missing token ";" | ||
Missing token ";" | ||
Missing token "(" | ||
Missing token "(" | ||
Error type A at Line 7: unknown lexeme | | ||
Error type A at Line 8: unknown lexeme & |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
Missing token "[" | ||
Missing token "{" | ||
Error type B at Line 3: Missing semicolon ';' |
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Missing token "," | ||
Missing token "," | ||
Missing token "," | ||
Missing token "(" | ||
Missing token "," | ||
Missing token "(" | ||
Missing token "," | ||
Missing token "(" | ||
Error type A at Line 3: unknown lexeme 0x77G | ||
Error type A at Line 4: unknown lexeme 0xCS | ||
Error type A at Line 7: unknown lexeme '\x6u' | ||
Error type A at Line 8: unknown lexeme '\x910' |
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,4 @@ | ||
Error type A at Line 4: unknown lexeme 3b | ||
Error type B at Line 4: Missing Exp after + | ||
Error type B at Line 4: Missing Exp after * | ||
Error type B at Line 4: Missing Exp after / |
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,7 @@ | ||
Error type A at Line 4: unknown lexeme '\xr0' | ||
Error type A at Line 5: unknown lexeme 2_A | ||
Error type A at Line 7: unknown lexeme 0x023456 | ||
Error type A at Line 9: unknown lexeme 0023 | ||
Error type A at Line 11: unknown lexeme 000.234 | ||
Error type B at Line 12: Missing closing parenthesis ')' | ||
Error type B at Line 16: Missing closing parenthesis ')' |
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,14 @@ | ||
Error type B at Line 3: Missing specifier | ||
Error type B at Line 5: Missing semicolon ';' | ||
Error type B at Line 9: Missing semicolon ';' | ||
Error type B at Line 12: Missing semicolon ';' | ||
Error type B at Line 17: Missing closing parenthesis ')' | ||
Error type B at Line 22: Missing closing parenthesis ')' | ||
Error type B at Line 23: Missing semicolon ';' | ||
Error type B at Line 31: Missing semicolon ';' | ||
Error type B at Line 32: Missing semicolon ';' | ||
Error type B at Line 42: Missing semicolon ';' | ||
Error type B at Line 46: Missing specifier | ||
Error type B at Line 53: Missing semicolon ';' | ||
Error type B at Line 55: Missing semicolon ';' | ||
Error type B at Line 60: Missing semicolon ';' |
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,8 @@ | ||
Error type B at Line 1: Missing specifier | ||
Error type B at Line 2: Missing variable name | ||
Error type B at Line 4: Missing specifier | ||
Error type B at Line 10: Missing variable name | ||
Error type B at Line 16: Missing variable | ||
Error type A at Line 25: unknown lexeme 02 | ||
Error type B at Line 26: Missing arguments | ||
Error type B at Line 27: Missing field name |
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,4 @@ | ||
Error type B at Line 5: Missing closing bracket ']' | ||
Error type B at Line 6: Missing right value | ||
Error type B at Line 7: Missing closing bracket ']' | ||
Error type B at Line 8: Unexpected statement |
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 @@ | ||
Error type B at Line 11: no 'if' before 'else' | ||
//Allow other statement |
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,4 @@ | ||
Error type B at Line 3: Missing opening parenthesis '(' | ||
Error type A at Line 4: Unknown characters '1_digit' | ||
Error type B at Line 5: Missing opening parenthesis '(' | ||
Error type A at Line 9: Unknown characters '1_digit' |
Binary file not shown.
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,9 @@ | ||
Error type B at Line 3 Missing semicolon ';' | ||
Error type B at Line 5 Missing semicolon ';' | ||
Error type B at Line 1 Missing semicolon ';' | ||
Error type B at Line 8: Missing closing parenthesis ')' | ||
Error type B at Line 10 Missing semicolon ';' | ||
Error type B at Line 12: Missing closing parenthesis ')' | ||
Error type B at Line 15: Missing closing parenthesis ')' | ||
Error type B at Line 22: Missing semicolon ';' | ||
Error type B at Line 28: Missing closing brace '}' |
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,3 @@ | ||
Error type B at Line 3: Missing closing braces ']' | ||
Error type B at Line 5: Missing closing parenthesis ')' | ||
Error type B at Line 1: Missing closing curly bracket '}' |