Hello, i stumbled upon weird thing. In my own class i wanted to define own custom parser class, by implementing
MyClass class>>parserClass and it seems works only for parsing during source code highlighting, but completely does not taken into account when compiling methods of my class. Is this done by intent, so to specify custom parser, first i need to provide a custom compiler , which providing custom parser? And if not, this should be fixed. See http://code.google.com/p/pharo/issues/detail?id=3525 for details. -- Best regards, Igor Stasenko AKA sig.
