DEV Community

How to Build a RegEx Engine in Python Series' Articles

Back to Lorenzo Felletti's Series
How to Build a RegEx Engine in Python (Part 1: The Grammar)
Cover image for How to Build a RegEx Engine in Python (Part 1: The Grammar)

How to Build a RegEx Engine in Python (Part 1: The Grammar)

11
Comments
3 min read
How to Build a RegEx Engine in Python (Part 2: The Lexer)
Cover image for How to Build a RegEx Engine in Python (Part 2: The Lexer)

How to Build a RegEx Engine in Python (Part 2: The Lexer)

8
Comments
4 min read
How to Build a RegEx Engine in Python (Part 2.1: Python strings)
Cover image for How to Build a RegEx Engine in Python (Part 2.1: Python strings)

How to Build a RegEx Engine in Python (Part 2.1: Python strings)

4
Comments
3 min read
How to Build a RegEx Engine in Python (Part 3: TDRDP)
Cover image for How to Build a RegEx Engine in Python (Part 3: TDRDP)

How to Build a RegEx Engine in Python (Part 3: TDRDP)

1
Comments
4 min read
How to Build a RegEx Engine in Python (Part 4: The AST)
Cover image for How to Build a RegEx Engine in Python (Part 4: The AST)

How to Build a RegEx Engine in Python (Part 4: The AST)

1
Comments
3 min read
How to Build a RegEx Engine in Python (Part 5: Parser conclusion)
Cover image for How to Build a RegEx Engine in Python (Part 5: Parser conclusion)

How to Build a RegEx Engine in Python (Part 5: Parser conclusion)

1
Comments
2 min read
How to Build a RegEx Engine in Python (Part 6: the engine)

How to Build a RegEx Engine in Python (Part 6: the engine)

3
Comments 1
4 min read
How to Build a RegEx Engine in Python (Part 7: The Backtracking System)

How to Build a RegEx Engine in Python (Part 7: The Backtracking System)

2
Comments
4 min read