The first goals are:
��- we should prefer a syntax agnostic format for two
reasons
������ * not insulting the future and supporting alternate
syntax extensions (compilerClass)
������ * making the parsing both robust and efficient (not
necessary to use a RB parser for a quick scan)
��- we don't want too many decorations that would make the
Tonel syntax look different from Pharo syntax
If we also want to support human edited Tonel files:
- we want something resilient (not be too much picky
about a missing leading space for example)
- we want the most simple rules and least surprising
rules
The first two goals look really antagonist...