|
|
|
|
|
by mattgreenrocks
1180 days ago
|
|
Parsing is way more interesting than regexes. Look up recursive descent parsers to get an idea of where to start. They are conceptually simple and great for getting an overview of how, exactly, you can write a recognizer for different sets of text. |
|