Re: [dev] lex and yacc

2019-03-09 Thread Markus Wichmann
On Sat, Mar 09, 2019 at 06:59:38PM +, sylvain.bertr...@gmail.com wrote: > Hi, > > I am coding a little/simple custom language parser, and I was wondering if > there > are "suckless" grade alternatives to flex and bison, anyone? But wait... > > That said and as of today, I still don't agree w

Re: [dev] lex and yacc

2019-03-09 Thread Hiltjo Posthuma
On Sat, Mar 09, 2019 at 06:59:38PM +, sylvain.bertr...@gmail.com wrote: > Hi, > > I am coding a little/simple custom language parser, and I was wondering if > there > are "suckless" grade alternatives to flex and bison, anyone? But wait... > > That said and as of today, I still don't agree w

[dev] lex and yacc

2019-03-09 Thread sylvain . bertrand
Hi, I am coding a little/simple custom language parser, and I was wondering if there are "suckless" grade alternatives to flex and bison, anyone? But wait... That said and as of today, I still don't agree with myself on the usefullness of lex/yacc in the first place. For instance, I am puzzled by