[Pharo 5] For testing: enabled AST based syntax higlighting

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Pharo 5] For testing: enabled AST based syntax higlighting

Marcus Denker-4
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
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 5] For testing: enabled AST based syntax higlighting

Marcus Denker-4

On 20 May 2015, at 09:35, Marcus Denker <[hidden email]> 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.


Will be fixed...

Marcus

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 5] For testing: enabled AST based syntax higlighting

Sean P. DeNigris
Administrator
In reply to this post by Marcus Denker-4
Marcus Denker-4 wrote
AST based syntax highlighting
This is reeeeaaally cool :)
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 5] For testing: enabled AST based syntax higlighting

Sergio Fedi
Sooooo cool.​