vector and vector test are finally working! Also found some bugs that I don't have time to fix before bed. Added file future_features.txt to keep track of bugs and features.
This commit is contained in:
@@ -96,7 +96,7 @@ declaration_statement = type WS identifier WS "=" WS boolean_expression | type W
|
||||
alphanumeric = alphanumeric numeric | alphanumeric alpha | numeric | alpha ;
|
||||
hexadecimal = "0x(1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)+" ;
|
||||
sign = "\+|-" WS | ;
|
||||
integer = sign numeric | sign hexadecimal | "null" ;
|
||||
integer = sign numeric | sign hexadecimal ;
|
||||
floating_literal = sign numeric "." numeric | sign numeric "." numeric alpha ;
|
||||
bool = "true" | "false" | "True" | "False" ;
|
||||
character = "'(`|1|2|3|4|5|6|7|8|9|0|-|=| |q|w|e|r|t|y|u|i|o|p|[|]|\\|a|s|d|f|g|h|j|k|l|;|'|
|
||||
|
||||
Reference in New Issue
Block a user