Date: Sat, 13 Jan 2001 22:18:31 -0200 From: Gustavo Vieira Goncalves Coelho Rios <gustavo@ifour.com.br> To: questions@freebsd.org Subject: library utilities Message-ID: <3A60F057.90388E7@ifour.com.br>
next in thread | raw e-mail | index | archive | help
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.
Thanks a lot for your time and cooperation.
best regards.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A60F057.90388E7>
