2024-09-14 00:02:19 +00:00
|
|
|
-- A map of error codes to error messages
|
2024-09-14 00:46:43 +00:00
|
|
|
0x000000: Incomplete string
|
|
|
|
0x000001: Invalid hex number
|
|
|
|
0x000002: Invalid octal number
|
|
|
|
0x000003: Invalid binary number
|
|
|
|
0x000004: Invalid floating point number
|
|
|
|
0x000005: Invalid scientific number
|
|
|
|
0x000006: Incomplete multiline comment
|
2024-09-15 21:34:46 +00:00
|
|
|
0x000007: Unfinished statement
|
|
|
|
0x000008: Unexpected tokens
|
|
|
|
0x000009: Incomplete arguments list
|
|
|
|
0x000010: Invalid variable declaration
|
|
|
|
0x000011: Incomplete parameter list
|
|
|
|
0x000012: Invalid parameter declaration
|
|
|
|
0x000013: Invalid while loop
|
|
|
|
0x000014: Invalid function declaration
|
|
|
|
0x000015: Invalid for loop
|
|
|
|
0x000016: Invalid if condition
|
|
|
|
0x000017: Incomplete block
|
2024-09-14 00:02:19 +00:00
|
|
|
|