-
BRO idk how to fix. Example input :
```
123
a=1
end
b=2
```
throws error on line 1, continues parsing.
only parses a=1, throws error at 'end' (as it should) and stops parsing on encountering e…
-
I was hoping to use lrama to generate a parser for a personal project and did a dive into the licensing since `LEGAL.md` mentioned that there are some GPL'd files in the tree.
According to the GNU …
-
For windows - https://github.com/drbeco/hellex
I tried hacking into the windows.h in the plugin folder. But the stuff got too much confusing. Else I would have submitted PR.
So, I request you to…
-
Here's the output...
┌─[✗]─[mg@hackbookpro]─[~]
└──╼ $ brew install wifite
Updating Homebrew...
==> Installing wifite from sidaf/pentest
==> Installing dependencies for sidaf/pentest/wifite: biso…
-
https://github.com/akhtyamovpavel/CompilersCourse/blob/30c03655943e234f59b951429dc16bbc228a0041/02-parsers/CMakeLists.txt#L7
Добавить find_package(bison flex), чтобы нормально находилось
-
Add synchronization points for error recovering. Also add more contextual description of where errors happened.
-
https://github.com/jmillikin/rules_bison/blob/85e9bab3028aa26efbdafcba01ca8902c93c367d/bison/bison.bzl#L70
I have a bison ypp that uses both %defines and %locations, thus these files should be gene…
-
[Bison 3.7.5](https://github.com/akimd/bison/releases/tag/v3.7.5) was released:
>
> Noteworthy changes in release 3.7.5 (2021-01-24) [stable]
> ===============
>
> ** Bug fixes
>
> *** Cou…
-
Hi
I am trying to install GVM on windows via gitbash. When running the curl command, it says that it successfully installs GVM.
When I close the terminal and open a new one, I try running GVM a…
-
During the build YTsaurus on the latest `main` branch (commit `bfd3ff23c327b385e199682d2179d2d95b4a3c91`) I get the following error during the CMake phase (`cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -…