A module responsible for deserializing parse results.

Constants

The major version of prism that we are expecting to find in the serialized strings.

The minor version of prism that we are expecting to find in the serialized strings.

The patch version of prism that we are expecting to find in the serialized strings.

The token types that can be indexed by their enum values.

Class Methods

Deserialize the AST represented by the given string into a parse result.

Deserialize the tokens represented by the given string into a parse result.