[Flex-devel] Flex Skeleton for non-C languages
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Simon S. <sch...@gm...> - 2025-02-04 15:28:45
|
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 |