|
From: Lark <lar...@ya...> - 2001-06-14 21:15:46
|
lws wrote: >> ...Where do I obtain this? What is it's purpose? >> >> -Nargoth- As for where, see the README in the docs folder. As for why, the Scribia scanner is a flex scanner. Flex is an old Unix tool to build scanners for languages. In our case, the DT "language" of CL log files. It translates the flex source (Scribia.l) into a C file, which is then compiled by CW. Lark |