You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
please could you consider updating the API of he lark parser to the current API (1.0.0+)?
The pypy project lark-parser was renamed to lark while ago and new updates go only to the lark repository.
Versions up to 0.12.0 work (both old lark-parser and new lark repository), but there was significant API change in the 1.0.0 which broke the API a requires a code change in xlmmacrodeobfuscator.
I have tried packaging the XLMMacroDeobfuscator for Fedora, which worked until Fedora 38 when distributiona were still using old version of lark-parser, but it is common now that the linux distributions switched to new API of lark 1.0.0+. Fedora 38 lark-parser - lark-parser 0.12.0 Fedora 39/40 lark - lark 1.1.7 Debian stable Bookworm - lark 1.1.5 Debian unstable Sid - lark 1.1.9 Ubuntu 22+ - lark 1.1.1+
Hello,
please could you consider updating the API of he lark parser to the current API (1.0.0+)?
The pypy project lark-parser was renamed to lark while ago and new updates go only to the lark repository.
Versions up to 0.12.0 work (both old lark-parser and new lark repository), but there was significant API change in the 1.0.0 which broke the API a requires a code change in xlmmacrodeobfuscator.
I have tried packaging the XLMMacroDeobfuscator for Fedora, which worked until Fedora 38 when distributiona were still using old version of lark-parser, but it is common now that the linux distributions switched to new API of lark 1.0.0+.
Fedora 38 lark-parser - lark-parser 0.12.0
Fedora 39/40 lark - lark 1.1.7
Debian stable Bookworm - lark 1.1.5
Debian unstable Sid - lark 1.1.9
Ubuntu 22+ - lark 1.1.1+
===== This works python 3.12 - lark<1.0.0
====== This doesn't work python 3.12 - lark>1.0.0
Error [deobfuscator.py:2598 evaluation_result = self.evaluate_parse_tree(current_cell, parse_tree, interactive)]: 'None'
The text was updated successfully, but these errors were encountered: