-
I know this probably isn't a bug and is working within the parameters of signed integers, but it is a problem that shows the need for an option to use unsigned integers.
I was testing some scrollin…
-
Hi,
I'm currently running on Ubuntu 18.04 and am trying to use Rose to do some binary analysis. Below is my code:
```
#include
#include
#include
int main(int argc, char * argv []) {
ROSE…
-
## Description ##
In the REPOSITORY paragraph, the word "ALL" in "FUNCTION **ALL** INTRINSIC" is flagged as an error.
It would be nice if it didn't flag is as an error and it would also be nice if…
-
The Islands in the Stream section in the ANTLR book discusses lexical mode switching and uses XML as an example. The lexer has the following:
```
lexer grammar ModeTagsLexer;
// Default mode rules …
-
With ANTLR 4.5.1, following the example on page 36 of the book where the lexer and parser grammars are split up resulting in "LibExpr.g4". I split my grammar into lexical and parsing rules. I named th…
-
Background: I am trying to convert an EBCDIC Mainframe file to ASCII file in a notebook. Below are the setup used:
1. Cobrix library "cobol-parser_2.13-2.7.4.jar" from the url(https://repo1.maven.or…
-
First,thanks for your plugin,thats great!🤗 But when using it ,i found it does not support c++ code block,if use c++,it can only working in writing mode,but not reading mode.
when c in writing:
[
…
-
This is a tracking issue for the second half of #2849!
Long long list of languages ahead:
- [ ] abap
- [ ] abnf
- [ ] actionscript
- [x] ada (#3381)
- [x] agda
- [x] al
- [ ] antlr4
- [ ]…
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Linux Debian Testing
- VS Code Version: 1.64.2
- C/C++ Extension Version: 1.8.4
- Other extensions you installed (and if …
-
Would be nice if this parser generator could generate an EBNF compatible with https://www.bottlecaps.de/rr/ui to generate railroad diagrams from the grammars.
There is also an online parser generat…