A module responsible for deserializing parse results.

Constants
No documentation available

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 dumped output from a request to lex or lex_file.

The formatting of the source of this method is purposeful to illustrate the structure of the serialized data.

Deserialize the dumped output from a request to parse or parse_file.

The formatting of the source of this method is purposeful to illustrate the structure of the serialized data.

Deserialize the dumped output from a request to parse_comments or parse_file_comments.

The formatting of the source of this method is purposeful to illustrate the structure of the serialized data.

Deserialize the dumped output from a request to parse_lex or parse_lex_file.

The formatting of the source of this method is purposeful to illustrate the structure of the serialized data.