uid / snapdown

Draw snapshot diagrams with plain text
MIT License
3 stars 0 forks source link

Allow newlines within node definitions #3

Closed dwhatley19 closed 3 years ago

dwhatley19 commented 4 years ago

Currently the following syntax is unparseable by snapdown.peg.js:

s -> (
  MyString a -> "abc",
  start -> 0,
  end -> 4
)

Need newlines within the node definitions to be parseable.

dwhatley19 commented 3 years ago

this works now