Lark v0.8.2 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • ๐Ÿ”„ Changes in this version are:

    โž• Added type stubs for all public APIs, in order to support type checking and completion using MyPy (or others)

    โž• Added two new methods to the Lark class: Lark.save() and Lark.load(). Both methods pickle and unpickle (respectively) the class instance into/from file objects. These can be used to allow faster loading times. (future versions will implement an automatic caching feature)

    ๐Ÿ“œ The standalone parser is now MPL2, instead of GPL. The Mozilla Public License is much less restrictive, so this shouldn't affect anyone who's already using the standalone parser. But it should make it easier for other users to adopt it.