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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,6413b417b806eb28 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: OpenToken project announcement Date: 1999/04/12 Message-ID: <7etcfb$341$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 465537587 References: <7eg43i$d3b$1@nnrp1.dejanews.com> <370CC730.4C6112DB@utech.net> <370D7007.2D3AD58B@rocketmail.com> <7el9so$geb@drn.newsguy.com> <7elrg5$egk2@ftp.kvaerner.com> <7emjk8$rp3@drn.newsguy.com> <370F025C.4C821FEC@online.no> <7en7kg$o9d@drn.newsguy.com> <7enpj3$je53@ftp.kvaerner.com> X-Http-Proxy: 1.0 x5.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Apr 12 18:02:25 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-04-12T00:00:00+00:00 List-Id: In article <7enpj3$je53@ftp.kvaerner.com>, "Tarjei Tj�stheim Jensen" wrote: > That means that nothing happens for years. However there is hope; there are > people who seem to spend a lot of time creating Ada code for the common public. > In that vein, I'd like to announce the initial release of the token analysis packages I developed at my work to the Ada OpenSource community, under the aegis of the OpenToken Project. A webpage for the project is at http://www.telepath.com/dennison/Ted/OpenToken/OpenToken.html ). The goal of the project is to further the development of the reusable exensible token analysis packages, and eventually to provide similar packages to support parsing activites. The initial version of the pacakges is downloadable from the web page in gnu-zipped and Windows zipped forms. It currently contains only a small readme file for documentation, and generic tokenizer objects for character sets, identifiers, integer literals, real literals, keywords, and line comments. In the next release I hope to provide a simple example, and perhaps more documentation and recognizers. Any help anyone can provide in these areas (particularly new recognizers) would be greatly appreciated, of course. I'd also like to have input from people who have experience in writing compilers on the algorithms used in this package. Until I can generate some benchmarks against lex-generated analyziers, that is my only way of evaluating the advisability of the approach I took for the analysis engine. But I do realize such folk tend to be incredibly busy. I'd like to take a moment to list the motivations that caused this release: FlightSafety's decision to release this code seemed to be based on (this is *not* an official company statement!): o The possibility of increasing the utility and stability of the package without dedicating its own manpower to do so. o A percieved moral obligation to put something back into the OSS community that they derive so much benifit from. My reasons for wanting to release this code as OSS are: o The ability to use this highly useful tool no matter where my career may take me. o It seemed like a good project to base my master's thesis on. :-) T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own