Jump to content

Recommended Posts

Posted

I was experimenting with text parser combinators in my free time and decided to write a parser for the IL-2 BOS. It parses all the events I was able to find looking at other parser implementations. It is written in scala and very robust and minimalistic - whole parser is little over 250 lines of code.

I don't have much time to work on it but maybe someone will find it useful. It is MIT license so you can do pretty much anything with it :)

 

https://github.com/ivanobulo/il2-bos-tools

 

I'm thinking about adding simple statistics web-site in the future.

  • Upvote 1
Posted

Nice.  Does it do single player or multi player

=LG/F=Kathon
Posted

I wish you good luck :) 

Posted

Nice.  Does it do single player or multi player

Right now it is just a parser. There are parsers for mission start/end events, players joining/leaving etc. I ran it against couple megabytes of multiplayer server logs and all events were parsed so I'm pretty confident it can be used for both.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...