norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

Parser refactor #72

Closed norberttak closed 1 year ago

norberttak commented 1 year ago

Refactor the configuration parser to use a recursive descent type parser instead of regexp based.

closes #6

MrAnno commented 1 year ago

1400 lines 😮. I hope you don't hate me too much for suggesting a recursive descent parser. 😄

norberttak commented 1 year ago

1400 lines 😮. I hope you don't hate me too much for suggesting a recursive descent parser. 😄

No, I really enjoyed it. Actually, this project is all about making code lines. So the more code lines the more fun for me :-)