> On 12 Dec 2019, at 14:01, Freeman Gilmore <[email protected]> wrote: > > I would like to understand how it work, if i can.
There is a lexer generated from a file lexer.ll by Flex, which divides the input stream into tokens, which are handed over to a parser generated from a file parser.yy by Bison.
