SOM-st / SOM

SOM - Simple Object Machine
http://som-st.github.io/
Other
64 stars 12 forks source link

Parsing of Symbols #111

Open smarr opened 1 year ago

smarr commented 1 year ago

https://github.com/Hirevo/som-rs/issues/29 discovered various unexpected properties around parsing Symbols.

We'll need more tests, and I think we need to prevent spaces between # and the rest of the symbol and array literals.

smarr commented 1 year ago

See also https://github.com/Hirevo/som-rs/issues/29#issuecomment-1404761348

smarr commented 1 year ago

Proper testing of invalid symbols will require something to test for parser errors, ideally across different SOM implementations.