add PrefixIdentifier() and some tests

This commit is contained in:
Yusur 2025-07-19 11:31:01 +02:00
parent e5ca63953d
commit 8a16fe159f
6 changed files with 162 additions and 6 deletions

View file

@ -6,7 +6,8 @@
+ \[BREAKING] Changed the behavior of `makelist()`: now it's also a decorator, converting its return type to a list (revertable with `wrap=False`)
+ New module `lex` with functions `symbol_table()` and `lex()` — make tokenization more affordable
+ Add `dorks` module and `flask.harden()`
+ Added `addattr()`
+ Add `sqlalchemy.bool_column()`: make making flags painless
+ Added `addattr()`, `PrefixIdentifier()`
## 0.3.6