uid / snapdown

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

Allow spaces and special characters within class and field names #4

Open dwhatley19 opened 4 years ago

dwhatley19 commented 4 years ago

The following two examples of syntax are unparseable by snapdown.peg.js:

a -> (char[] 0 -> 't', 1 -> 'r', 2 -> 'u', 3 -> 'e')
a -> (char a[] -> 't', 1 -> 'r', 2 -> 'u', 3 -> 'e')

Need all types of special characters within class, field, and variable names to be parseable.