From owner-freebsd-questions Sat Jan 13 22:27:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FE437B402 for ; Sat, 13 Jan 2001 22:27:24 -0800 (PST) Received: from [212.238.77.116] (helo=willow.raggedclown.intra) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14HgdN-0005Wd-00; Sun, 14 Jan 2001 06:27:21 +0000 Received: from buffy.raggedclown.net (btvs.demon.nl [192.168.1.2]) by willow.raggedclown.intra (Postfix) with ESMTP id 2FF4B5DA1; Sun, 14 Jan 2001 07:26:28 +0100 (CET) Received: by buffy.raggedclown.net (Postfix on SuSE Linux 7.0 (i386), from userid 500) id 9ECCA12C1E; Sun, 14 Jan 2001 07:13:43 +0100 (CET) Date: Sun, 14 Jan 2001 07:13:43 +0100 From: Cliff Sarginson To: Gustavo Vieira Goncalves Coelho Rios Cc: questions@FreeBSD.ORG Subject: Re: library utilities Message-ID: <20010114071343.A983@raggedclown.net> References: <3A60F057.90388E7@ifour.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A60F057.90388E7@ifour.com.br>; from gustavo@ifour.com.br on Sat, Jan 13, 2001 at 10:18:31PM -0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 13, 2001 at 10:18:31PM -0200, Gustavo Vieira Goncalves Coelho Rios wrote: > Dear gentlemen, > > I am writing a small library to help developers faced with the task of > token scanning. My main goal is to help those of us who have to scan > configuration files/etc for token in order to get configuration > information for application like daemons or what else you think usefull. > > I have two questions: > > 1) May i base my copyright statements on BSD one? > 2) May i post an announcement on this list? > > > Some of the features of my token scanner is (you may call some of the > bug as you may like): > > . Performance: Extremely FAST, > . Reliability: Error recovery option, > . Flexibility: you are on the control, ALWAYS, > . Token Size: ASC put no limitation on token size, > . Design: Carefully designed, to be used builtin your app. > It's very small, no external linkage required. > . Requires you to define you token types and DFA by HAND = dirty > work, > but leap you to great control over what the asc will > reconize. > Mmm, cannot answer your questions, but hope ou are considering using flex/yacc (or bison) for this adventure :) Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message