Re: [racket-users] Good parser library in Racket

2016-10-01 Thread C K Kashyap
Thanks John and Jens! Regards, Kashyap On Sat, Oct 1, 2016 at 11:23 AM, Jens Axel Søgaard wrote: > Take a look at: > > http://planet.racket-lang.org/display.ss?package=java. > plt&owner=dherman > > 2016-10-01 20:00 GMT+02:00 C K Kashyap : > >> Hi Racket users, >> It appears that parser-tool

Re: [racket-users] Good parser library in Racket

2016-10-01 Thread Jens Axel Søgaard
Take a look at: http://planet.racket-lang.org/display.ss?package=java.plt&owner=dherman 2016-10-01 20:00 GMT+02:00 C K Kashyap : > Hi Racket users, > It appears that parser-tools/yacc is the parser tool that's bundled with > racket by default. I'd like to parse java like language. I was won

[racket-users] Good parser library in Racket

2016-10-01 Thread C K Kashyap
Hi Racket users, It appears that parser-tools/yacc is the parser tool that's bundled with racket by default. I'd like to parse java like language. I was wondering if there is already such an implementation that I could use or perhaps a reference implementation I could use. The example in the source