mario-campos / dyndnsd

Dynamic DNS Daemon for OpenBSD
https://mario-campos.github.io/software/dyndnsd
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

Recursive Descent Parser #22

Closed mario-campos closed 4 years ago

mario-campos commented 5 years ago

Implement a Recursive Descent Parser rather than use Yacc/Lex. It may be more work, but it will allow more fine-grain control over the code, and the ability to eliminate warnings/bugs where one might not otherwise be able to.