new module lex

This commit is contained in:
Yusur 2025-07-17 19:45:43 +02:00
parent 4a2e8d3343
commit ee36616b43
4 changed files with 109 additions and 10 deletions

View file

@ -3,7 +3,8 @@
## 0.4.0
+ Added `ValueProperty`, abstract superclass for `ConfigProperty`
+ Changed the behavior of `makelist()`: now it can also decorate a callable, converting its return type to a list
+ \[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
+ Added `addattr()`
## 0.3.6