Open MaybeJustJames opened 4 years ago
Given the input:
[ ' hello world ' : 3 ]
I expect the parser to produce:
Ast.List_ [ Ast.Record_ (Dict.fromList [(" hello world ", Ast.Int_ 3)])]
Given the input:
I expect the parser to produce: