From: Mighty Jo <mig...@gm...> - 2021-02-06 14:29:17
|
Hi, Jérôme! I'm not a maintainer, but they are pretty cool about considering pull requests. Add tests for any new functionality and be sure your fork passes 'make distcheck' when your tree has been cleaned with 'git clean -xdf'. If I may ask a silly question: Have you looked at the "interactive" scanner option? It's meant for reading from character devices. The differences are mostly invisible to the caller of yylex(). I don't remember whether the interactive scanner yields or blocks when the input device is empty. Cheers! Joe On Sat, Feb 6, 2021, 08:12 Jerome Hamm <jer...@gm...> wrote: > Hi, > > I am working on the ability to push data byte by byte (or more, but not > necessarily aligned to tokens or complete lines) to flex, so platforms > which don't have threads, like micro controllers can also benefit from it, > in a "cooperative-multitasking" spirit. > > What is the policy about adding new functionality to flex, would this be > something that could be integrated? > > Cheer, > Jérôme. > _______________________________________________ > Flex-devel mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-devel > |