Reviewing syntax highlight support in cgdb

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Sat Nov 14 03:39:10 PST 2015


On Saturday, 14 November 2015 at 10:44:53 UTC, Iain Buclaw wrote:
> Hi,
>
> I'm currently making changes to cgdb, and would like to have 
> someone give a quick view over the lexer rules.
>
> https://github.com/cgdb/cgdb/blob/master/lib/tokenizer/dlexer.l
>
> Having a skim over myself, I see @nogc needs adding, and 
> probably c_long, cpp_long and other ABI compatibility types 
> that the compiler recognises.
>
> Anything else missing? Could be any feature, not just keywords.
>
> Iain.

I'm guessing the best way to test this would be to check out and 
build your fork?


More information about the Digitalmars-d mailing list