Any suggestions?
And any World of Warcraft players out there? I'm trying to use Ada to
understand the WoWCombatLog.txt file. lol.
The best way is to post your code. Without your code it is very
difficult to provide correct solution.
Anh Vo
> 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
For reference, the OP might also like to see this other parser:
<http://code.google.com/p/stasiscl/>
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
> In article
> <b3ac62eb-a230-45b5...@r5g2000yqb.googlegroups.com>,
> Gautier write-only <gautier...@hotmail.com> wrote:
>
>> On 21 nov, 01:05, Harry Tucker <harry.tuc...@sbcglobal.net> 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...
>
> For reference, the OP might also like to see this other parser:
>
> <http://code.google.com/p/stasiscl/>
Or this one:
http://www.stephe-leake.org/ada/opentoken.html
Version 3.1a is now available as a Debian package in unstable.
--
-- Stephe