[Pharo 5] For testing: enabled AST based syntax higlighting
Hi, For 50054 I have enabled AST based syntax highlighting for testing. The idea is to have it enabled to find out what is missing, if there are bugs. As soon as we find issues, we can turn it off again. If it works fine for 2 weeks, we can start to clean up Shout and move the Shout parser into the ECompletion package, which then would be the last user of the special token parser. (Which we should rewrite to just use the AST, too). Marcus
On 20 May 2015, at 09:35, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
For 50054 I have enabled AST based syntax highlighting for testing.
The idea is to have it enabled to find out what is missing, if there are bugs.
As soon as we find issues, we can turn it off again.
If it works fine for 2 weeks, we can start to clean up Shout and move the Shout parser into the ECompletion package, which then would be the last user of the special token parser. (Which we should rewrite to just use the AST, too).
Globals that are not class vars are not yet highlighted correctly. https://pharo.fogbugz.com/f/cases/15573/AST-Syntax-highlight-Class-Vars-are-... <https://pharo.fogbugz.com/f/cases/15573/AST-Syntax-highlight-Class-Vars-are-...> Will be fixed... Marcus
Marcus Denker-4 wrote
AST based syntax highlighting
This is reeeeaaally cool :) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-5-For-testing-enabled-AST-based-syntax-higlighti... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Marcus Denker -
Sean P. DeNigris -
Sergio Fedi