I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester
to help develop/debug/document grammars the main repository is here
https://github.com/mingodad/parsertl-playground and the online
playground with several non trivial examples is here
https://mingodad.github.io/parsertl-play
> On 7 Sep 2023, at 15:56, Domingo Alvarez Duarte wrote:
>
> I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester to
> help develop/debug/document grammars the main repository is here
> https://github.com/mingodad/parsertl-playground and the online playground
> with several
Hello Hans !
I already know about that grammar and it's already there as "Cxx parser
(not working)" because it uses "error" and auxiliary code to parse "C++"
and the parser I'm using right now doesn't support "error" and at first
it's mostly declarative only, anyway as the time goes by probabl
> On 7 Sep 2023, at 19:01, Domingo Alvarez Duarte wrote:
>
> I already know about that grammar and it's already there as "Cxx parser (not
> working)" because it uses "error" and auxiliary code to parse "C++" and the
> parser I'm using right now doesn't support "error" and at first it's mostly
Hello Hans !
No ti isn't, I can't find any C++ grammar on https://github.com/dtolnay/cxx
Cheers !
On 7/9/23 20:14, Hans Åberg wrote:
On 7 Sep 2023, at 19:01, Domingo Alvarez Duarte wrote:
I already know about that grammar and it's already there as "Cxx parser (not working)" because it uses