Hi! :wave: Given an expression: ```haxe var foo = "https://example.com"; ``` I'd expect: ```scheme (module (variable_declaration (keyword) (identifier) (operator) (string) ) ) ``` but I actually get: ```scheme (module (ERROR (identifier) (operator) (comment) ) ) ``` Example in action: 
Hi! 👋
Given an expression:
I'd expect:
(module (variable_declaration (keyword) (identifier) (operator) (string) ) )but I actually get:
(module (ERROR (identifier) (operator) (comment) ) )Example in action:
