mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
This replaces the Python parsing library. The python-ast package has really poor performance (many seconds to parse a 500 line file). The new package can parse a file about 100 times faster.