-
Some projects use file extensions that are unknown to OCIDE but should be usable with C/C++ editor component.
Currently they are opened as text files, it would be nice to be able to create own mapp…
-
Does not respond to ^C, must be manually killed.
Ran for 540+ minutes.
OS/Compiler:
$uname -a
Darwin 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I…
-
Obviously asking for a friend :sweat_smile:
-
I just tried this:
```
source build/envsetup.sh; lunch aosp_pinenote-userdebug && ./build.sh -UCAu
```
and got this when I got to the kernel section:
```
Start build kernel
#### build c…
-
Add support for error recovery in the parser. See the Dragon Book for ideas. Good error messages for parsing errors would also be very desirable.
-
I have tried to compile this for a current CentOS 7 installation and get this output.
I can find no hint about -lfl ? I am used to working in C but no experience with lex/yacc - flex/bison
$ m…
-
## Feature Request
Recently when I was doing tpc-c testing and profiling by using go-tpc with go-pprof, I've found that the Parser component takes significant CPU usage and heap space.
The flam…
-
Would be nice if this tool could create an `EBNF` accepted by (IPV6) https://www.bottlecaps.de/rr/ui or (IPV4) https://rr.red-dove.com/ui to generate grammar railroad diagrams (see example bellow).
…
-
Hi, I'm attempting to port the ansi C lex grammar [here](https://www.lysator.liu.se/c/ANSI-C-grammar-l.html) and running into issues with the initial definitions, specifically with the sections:
```
…
-
I tried to follow steps on README
input:
```sh
brew install bison flex gmp readline autoconf-archive
autoreconf -i
```
output:
```sh
Can't exec "aclocal": No such file or directory at /u…