Hi, If you are using the OpalCompiler (Pharo4, sure, Pharo3, I'm not so sure), have a look at:
RBScanner>>scanSpecialCharacter Thierry 2014-12-10 12:57 GMT+01:00 Erik Itter <[email protected]>: > Hi, > > I need to modify the compiler adding ":>" as an alias for ":=" for > assignment. I have been reading all over the Compiler package but do not > find where a tokenizer parses for the assignement operator or where it is > defined. > > Any hint where to start or do it is appreciated. > > best regards > Erik > >
