manticore-projects
manticore-projects
Greetings, thank you for sending this PR, it looks good to me. But only the owner of the software @wumpz will be able to merge it and he is very...
Greetings, you would need to resolve the conflicts and re-submit please. (Just in case: Pull/Merger from MASTER into your repository, resolve conflicts, commit and push into your GitHub).
This is a Nested Comment by definition. If we consider it legal and want to be able to parse it is a different question. But definitely this was not the...
Thanks buddy for encouraging me to provide a PR for. Until now I felt like it was not worth it.
While I am no big fan of nested comments, I actually hit myself with it many times, when I insert block comments into large statements in order to try something...
Just tested H2: `select /* comment 1 /* comment 2 */ */ 1` is legal, but unclosed nested comment `select /* comment 1 /* comment 2 */ 1` is not.
Just tested in Oracle: `select /* comment 1 /* comment 2 */ */ 1 from dual` is NOT legal, but unclosed nested comment `select /* comment 1 /* comment 2...
Thank you Jonathan, myself, I came to the same conclusion, that a kind of Preprocessor was needed in order to solve: 1) different statement separators (at the moment, only `;`...
Thank you very much @revusky. ```java ShiftExpression : AdditiveExpression ACTIVATE_TOKENS(RSIGNEDSHIFT,RUNSIGNEDSHIFT) ( ("<<" | ">>" | ">>>") AdditiveExpression )* ; ``` It looks very useful, if we can ACTIVATE/DEACTIVATE based on...
Greetings. I have provided a similar PR already which is pending since a few days.Sent from my Galaxy -------- Original message --------From: "Tomer Shay (Shimshi)" ***@***.***> Date: 10/11/2021 20:16 (GMT+01:00)...