The implementation of parsers

4 3,211 363
articles words lines of code

In this article I show how I wrote a parser to parse TXRX files into a more manageable object in Python.

Today I learned how many soft keywords Python has and what they are.

Today I learned that the underscore _ is a soft keyword in Python.

A regular expression, without much rigor, is a very compact way of representing several different strings. Given a regular expression (regex), can I find out all the strings the regex can find?