boolangery / py-lua-parser

A Lua parser and AST builder written in Python.
MIT License
115 stars 36 forks source link

Node don't support pickling anymore #21

Closed ypaliy-vdoo closed 2 years ago

ypaliy-vdoo commented 2 years ago

Now that tokens are saved in nodes it does not allow to pickle nodes because they have streams. Can you take a look at https://github.com/boolangery/py-lua-parser/pull/20

Thank you.

boolangery commented 2 years ago

Thanks for the PR