0:00
/
0:00
Transcript

Recursive Descent With StringScanner

The easiest way to do ad hoc parsing

Recursive descent parsers are ridiculously simple to write, and can be created without the extra ceremony of using a parser generator. Combine the idea with the use of a string scanner library to do the lexing, and you have an easy way to write ad-hoc parsers.

If you enjoyed this, why not subscribe for free, and get one or two new articles or videos a week?

Discussion about this video