According to Wikipedia,
In computer science and linguistics, parsing (more formally syntax analysis) is the process of analyzing a sequence of tokens to determine its grammatical structure with respect to a given formal grammar.
While using a tokenizer is a step in the right direction, he did roll his own parser (the while loop).
In reply to Re^6: simple regex help
by ikegami
in thread simple regex help
by nmerriweather
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |