simplify whitespace handling; support hexadecimal numeric literals; allow empty configs
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
================================================================================
|
||||
numeric literal hex 1
|
||||
================================================================================
|
||||
|
||||
pi = 0x314F
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(config_file
|
||||
(body
|
||||
(attribute
|
||||
(identifier)
|
||||
(expression
|
||||
(literal_value
|
||||
(numeric_lit))))))
|
||||
|
||||
================================================================================
|
||||
numeric literal scientific notation 1
|
||||
================================================================================
|
||||
|
||||
Reference in New Issue
Block a user