Hi,
I'm trying to port SmaCC to 2.0
and I'm looking for the equivalent to SystemChangeNotifier>>doSilently:. Is it SystemAnnouncer>>suspendAllWhile:?
(doSilently: is used in SmaCC tests).
There is also a nice #valueWithoutNotifications in BlockClosure.BTW, does it make sense to port SmaCC?
Which use case do you have in which you prefer SmaCC over say PetitParse?I took a look few weeks ago to something done in SmaCC and it was full of ugly unmaintainable class side tables�..