Storing the text for operators is going to increase memory usage somewhat, it would be nice to use some kind of (unsafePerformIO-based) memo table / symbol table to share the strings between all usages.
On Tue, Dec 30, 2008 at 4:16 PM, Nicolas Pouillard <[email protected]> wrote: > > Tue Dec 30 09:43:56 EST 2008 Nicolas Pouillard <[email protected]> > * Haskell mode: unicodify more operators (based on Gwern Branwen patch). > Ignore-this: 1d759a9a52acbb128d530ed1468e808a > > M ./Yi/Lexer/Haskell.x -26 +59 > M ./Yi/Lexer/LiterateHaskell.x -13 +21 > > > > --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
