Open rohilt opened 3 years ago
Need to handle newlines properly, the function that worked in the console was:
contents.split(/\s*\n(?!\x)/)
Should also just define the entire grammar better, too much ambiguity with characters allowed right now (e.g., I don't think that the README demo works since there is a -
in one of the property values)
Implement full grammar in the parser, as described in the comments of #1