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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1f96acbbf1e7e66a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news2.volia.net!news.germany.com!multikabel.net!feed20.multikabel.net!txtfeed2.tudelft.nl!tudelft.nl!txtfeed1.tudelft.nl!newsfeed.CARNet.hr!Iskon!not-for-mail From: bla_bla1357 Newsgroups: comp.lang.ada Subject: lexical ambiguity Date: Sat, 3 Jun 2006 00:13:24 +0200 Organization: Iskon Internet d.d. Message-ID: <1nozvv83n7lhc.1b3qf0olmyllp$.dlg@40tude.net> NNTP-Posting-Host: lns02-1698.dsl.iskon.hr Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sunce.iskon.hr 1149286306 20133 213.202.114.175 (2 Jun 2006 22:11:46 GMT) X-Complaints-To: abuse@iskon.hr NNTP-Posting-Date: Fri, 2 Jun 2006 22:11:46 +0000 (UTC) User-Agent: 40tude_Dialog/2.0.15.1 X-Antivirus: avast! (VPS 0622-4, 02.06.2006), Outbound message X-Antivirus-Status: Clean Xref: g2news2.google.com comp.lang.ada:4655 Date: 2006-06-03T00:13:24+02:00 List-Id: I'm doing a lexical analysis of Ada using Lex as part of a student project. The highlight is on using Lex, not on the programming language of Ada and I'm not farmilliar with using Ada. So what I woulkd like to find out is if there is any lexical ambiguity in Ada (like the ambiguity in C with the unary and binary plus and minus). Thanks in advance...