-
Hi all,
I can't seem to convince minirake to use the CC settings in the build_config.rb, despite using the build_config.rb from PICrouter.
It tries to invoke gcc instead of xc32-gcc. How do I persu…
-
### background
Code generated by goyacc has a dependence on package globals that it doesn't need to have.
`yyDebug`, and `yyErrorVerbose` do not specifically need to be globals, and can be variabl…
-
### Steps to reproduce the issue
$ spack spec -I
The output I obtained is below:
```
[+] /usr (external bison-3.0.2-ojcptquu7p7t3ljcgvqaozr7w5k6azae)
[+] /usr (external cmake-3.20.5-akrt2uin…
-
I am wondering does Trash support converting ANTLR4 parser files to a LALR-1 (e.g. yacc) files? And if no, is it possible to have that conversion at all? I know the fundamental for these two are quite…
-
Since DCPU is very low on memory I think it would be good to implement simple compiler optimizations.
I think dead code stripping would be good thing to start from.
For example after implementing #14…
-
I understand that this should probably be given to the Gentoo developers and I am still researching solutions. All tests pass except one sub-test for FLEX when the associated use-flag enabling tests d…
-
**Obs: Updated with the grammar on 2022-10-09**
Using this fork of bison (https://github.com/mingodad/lalr-parser-test) to generate an `EBNF` understood by https://www.bottlecaps.de/rr/ui and manua…
-
It's a follow-up of #439, now with the patch from #439 (applied on the latest release) I see:
```
./fixincludes/config.log
...
configure:3652: checking whether the C compiler works
configure:36…
-
I've just added this project `AQL` grammar on https://mingodad.github.io/parsertl-playground/playground/ that is an editor/tester for yacc/lex grammars, select `ArangoDB AQL parser` from `Examples` th…
-
I've come across a design issue with the C grammar in rules such as:
`| '(' argumentExpressionList? ')'`
This is within `postfixExpression`.
A C function call will always have a number of ar…