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: a07f3367d7,8645ae05a5441aad X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r5g2000yqb.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: How do I debug/fix this Date: Sat, 21 Nov 2009 07:46:45 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 92.107.28.143 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1258818405 27915 127.0.0.1 (21 Nov 2009 15:46:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 Nov 2009 15:46:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r5g2000yqb.googlegroups.com; posting-host=92.107.28.143; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.14) Gecko/20080612 Fedora/2.0.0.14-20080612.fc8.acer Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8188 Date: 2009-11-21T07:46:45-08:00 List-Id: On 21 nov, 01:05, Harry Tucker wrote: > And any World of Warcraft players out there? I'm trying to use Ada to > understand the WoWCombatLog.txt file. lol. If the syntax is not trivial you may want to build a parser, e.g. by using ayacc. I did it to read another kind of file in another game - works fine... Gautier