kms

Understandable Regular Expressions

July 12, 2014

Andrew Clarkson is working on a pure Python implementation of regular expressions, with the intent to use it in a lexer for compiler implementation. One of his goals is to make it understandable and clear, one thing that doesn’t often happen with regular expression implementations.