Madi

Results 4 comments of Madi

Hi, thanks for reply! While trying to fix that issue I already realized how actually problematic it is to add %define :) Here are some points: > Actually, this can...

I think it could be fixed by adding '%define' case here: https://github.com/babyraging/yash/blob/021fdbf1a611ac6395fa92bb88f1eb3ef8b3b4f0/src/languages/parser/yaccParser.ts#L221-L226 with new ```ParserState```, and a new case here (with additional modifications to TokenType.Word): https://github.com/babyraging/yash/blob/021fdbf1a611ac6395fa92bb88f1eb3ef8b3b4f0/src/languages/parser/yaccParser.ts#L175-L179 that, probably, should set...

%define directive of Bison is used to set some features. There are many of them but in that case (and it's really the one that I ever used) defines the...

+1, self hosted sentry v 24.7.1, source bundle is uploaded and debug id is sent, no source code is shown ```json "debug_meta": { "images": [ { "debug_id": "b1235361-8d90-4533-b403-b6610202f5bb", "type": "jvm"...