Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added possiblity to clone expressions (both AST node + tokenstr…
…eam) (#268) * feat: Added possiblity to clone expressions (both AST node + tokenstream) This will make it easier to create copies out of existing expressions without having to rebuild them yourself manually (especially if their structure is not fixed). * feat: Added cloning of regexes * fix: Fixed Python bindings build * tests: Added Python bindings clone tests (very limited for now) * fix: regex parsing with \/ * fix: Fixed print in Dump Rules AST example for RegexpText visitor * fix: Fixed (finally) parser for regexes and their escape sequences * fix: Fixed Python type hints
- Loading branch information