Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

Which Parser Generator to use? #5

Closed Baudin999 closed 4 years ago

Baudin999 commented 4 years ago

This is an open discussion on which parser generator to use to parse the .car files

Baudin999 commented 4 years ago

ANTLR

Baudin999 commented 4 years ago

We are currently writing the lexer and parser by hand. It seems to be a valid way to go. I like the control it gives me over the errors and the tokens.

Going to close this issue for now. If in the future we want to use another tool we can revisit this. For now the hand-written approach seems like the best approach.