I'm glad throw is now an expression
Bastiaan Veelo
Bastiaan at Veelo.net
Thu May 19 14:57:40 UTC 2022
On Thursday, 19 May 2022 at 14:13:13 UTC, deadalnix wrote:
> On Wednesday, 18 May 2022 at 22:00:26 UTC, Bastiaan Veelo wrote:
>> On Tuesday, 17 May 2022 at 21:05:08 UTC, deadalnix wrote:
>>> I use sublime text, which has decent support for D. At least
>>> as long as you don't use throw expressions.
>>
>> There is your problem. Sublime Text likes to be different.
>>
>> According to the devs, Sublime has its own regex engine
>> optimised for speed, and uses custom grammars for syntax
>> highlighting. Whenever D evolves, someone needs to patch their
>> grammar up;
[…]
> It's not a problem, it is how it's done.
:-) What are you complaining about then? The problem is that
Sublime Text will never be using any of the officially maintained
parsers.
> The parser you need for the compiler != the parser you need for
> you editor, code formater, etc...
Enter dparse.
— Bastiaan.
More information about the Digitalmars-d
mailing list