IvanoBulo Posted March 28, 2017 Posted March 28, 2017 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. 1
IvanoBulo Posted March 29, 2017 Author Posted March 29, 2017 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now