-
Hi,
The following lines should have YY_NOEXCEPT as shown below
c++.m4: line 311
basic_symbol () YY_NOEXCEPT
c++.m4: line 493
symbol_type () TT_NOEXCEPT {}
lalr1.cc: line 477
void y…
-
I used this to generate some data. I'd love to see this as public domain.
-
Pegen's Python parser generator is really cool, and also very [useful](https://github.com/isidentical/pyasdl/blob/master/pyasdl/parser.py) though the version on the PyPI seems not sync with the upstre…
-
Bison 3.7.4 was released, solving the original issue.
_Originally posted by @GitMensch in https://github.com/lexxmark/winflexbison/issues/67#issuecomment-727245236_
# Noteworthy changes in relea…
-
UniCC has some needless features, which where implemented during a phase in 2009-2011, where other goals of this software where planned. These features make the entire software huge and unmaintainable…
-
lalr1.cc contains the following code fragment:
------
class context
{
public:
context (const ]b4_parser_class[& yyparser, const symbol_type& yyla);
const symbol_type& lookahead () cons…
-
[An extra null pointer check is not needed in functions](https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first "Free a null pointer anyway or check first?") like the f…
-
Tools:
win_flex -V reports:win_flex 2.6.4
win_bison -V reports: bison (GNU Bison) 3.7.1
Microsoft Visual Studio Community 2019, Version 16.7.7
I am new to flex/bison and am setting up parsing of…
-
lalr1.cc has comments of the form:
/// This class is not copyable.
For modern versions of C++ this is enforced using = delete instead of hiding it as a private member.
-
## Bug Report
@trilinos/teuchos
### Description
I get the following errors when building Trilinos using the Sparc ats2-v100 configuration and cuda-xlc with debug.
```
1500-004: (U) INTERNAL…