From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ed16b323e88cf5a3,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-10 08:13:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!news.litech.org!news-feed.riddles.org.uk!news-peer.gradwell.net!not-for-mail MIME-Version: 1.0 X-Newsreader: knews 1.0b.1 From: porton@ex-code.com (Victor Porton) Subject: UniParser 0.1 released. Newsgroups: comp.lang.ada Content-Type: text/plain; charset=us-ascii Message-ID: Date: Mon, 10 Mar 2003 21:12:07 +0500 Organization: Extreme Code Software (http://ex-code.com) X-URL: http://www.ex-code.com/ NNTP-Posting-Date: 10 Mar 2003 16:12:59 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1047312779 news.gradwell.net 66680 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:35130 Date: 2003-03-10T16:12:59+00:00 List-Id: UniParser 0.1alpha released by Extreme Code Software. Alpha - unknown bugs are possible, API may change. See http://ex-code.com/uniparser/ . Also (devel page) http://sf.net/projects/uniparser/ . "Buy" link and the mailing list do not yet work today. It is a very flexible, powerful and extensible Ada library for creating grammar parsers and lexers. Works not only with streams of ASCII characters but with any data streams (e.g. Unicode). See http://sf.net/projects/uniparser/ for more benefits. API documentation included. Released under both GPL-2 and a commercial license. There is also a tutorial (also as the library itself preliminary, tell me if you don't understand something in the tutorial please), see the Web site for conditions to get the tutorial. If you buy the commercial version among other benefits you receive gratis updates (of both the library and tutorial) for 4 years and technical support. Please test it and put info about it on the Ada Web sites. I'm also interested in receiving parser examples (written with UniParser) and whether it is enough fast for you. Deficiency: the source code of parser is bigger than for most other parser toolkits. Maybe will be created a metalanguage over Ada to get over this problem. I like to hear any comments (in c.l.a or by e-mail).