|
423a02ce4c
|
remade all the translation in a easier, faster and more readable way
|
2022-09-01 18:10:38 +02:00 |
|
|
622f43c66e
|
safe_eval now show the template in the error traceback
|
2022-08-20 00:00:07 +02:00 |
|
|
42fef0b2e3
|
replaced the old safe_eval by the new safe_eval (from test, normal mode allow for ~26s -> ~13s, and with lambda mode ~26s -> ~0.03s)
|
2022-08-06 18:51:48 +02:00 |
|
|
998d1274ef
|
started the rewrote of safe_eval to use AST (making it way easier to read and edit) and could fix some security issue.
Also allow for lambda expression to avoid recompiling and checking the expression at every call
|
2022-08-06 00:12:02 +02:00 |
|