Re: [Flex-devel] Flex Skeleton for non-C languages
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Will E. <wes...@gm...> - 2025-02-04 15:33:09
|
Yes, this is possible. On Tuesday, 4 February 2025, 4:28 pm +0100, Simon Schmid <sch...@gm...> wrote: > Hello, > > I wrote a skeleton for Ruby to generate LALR(1) parsers in Ruby with Bison, > I'm using a handwritten lexer however, but would like to use Flex to > generate one to complete the chain. > > Could you tell me if it's technically possible to write a backend for a > non-C language? I noticed there's already a fake Golang backend ( > https://github.com/westes/flex/blob/master/src/go-flex.skl). > > Thank you and best, > Simon > _______________________________________________ > Flex-devel mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-devel -- Will Estes wes...@gm... |