# What is it?
This is the Lua 5.3 pattern engine, fully compatible with the original Lua 5.3 engine.
# Contribution
If you find any bug, please create an `Issue`. If you have already solved it, create a `Pull Request` and I will address it at the earliest opportunity.
# TODO
- **Refactor:** Errors should be enum variants, not [`String`]
# Known Issues
- Possibly, incorrect escaping behavior in bytes besides magic and some others.