hello,
i'm working at a Iata Standard Schedules Information Manual Chapter6 recognition parser. You can find a 2011 version of the Iata manual online.
The chapter 6 defines the way Airline to Airports deparure / arrival slot are processed. This is the Iata standard used "worldwide".
I'm working at the Airline side of this standard.
I'm new to antlr, in the university years i've worked with lex and yacc.
Actually i've built one running with regex, it is running by years without problem, now i would like to refactor it, and may build something better.
My questions is:
To you, i should continue using my regex parser, or what the Iata standard defines can be written using antlr too, it will be difficult to implement it?
Note:
1) i will use antlr for c# in production.
2) because the chapter 6 is pretty long, and may be difficult to understand the first time you read it, you could look to "Layman’s guide to using ssim", or "Quick Guide to Using the IATA SSIM format (SCR, SIR)", to have an idea of what i'm speaking of.
thank you for suggestions,
Davide