Re: Input-driven lexical scanner

vbdis@aol.com (VBDis)
20 Dec 2000 17:23:29 -0500

          From comp.compilers

Related articles
Input-driven lexical scanner olaf@bigred.inka.de (2000-12-18)
Re: Input-driven lexical scanner cfc@world.std.com (Chris F Clark) (2000-12-19)
Re: Input-driven lexical scanner vbdis@aol.com (2000-12-20)
Re: Input-driven lexical scanner rog@vitanuova.com (2000-12-20)
| List of all articles for this month |

From: vbdis@aol.com (VBDis)
Newsgroups: comp.compilers
Date: 20 Dec 2000 17:23:29 -0500
Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com
References: 00-12-078
Keywords: lex, parallel
Posted-Date: 20 Dec 2000 17:23:29 EST

olaf@bigred.inka.de (Olaf Titz) schreibt:


>An application I'm writing needs the opposite way: the scanner routine
>gets called with an input buffer as argument


I'd use different threads for the scanner and the parser, with
appropriate synchronization. Or multiple processes, connected with
pipes.


DoDi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.