module Parser::Meta
Parser
metadata
Constants
- NODE_TYPES
-
All node types that parser can produce. Not all parser versions will be able to produce every possible node. Includes node types that are only emitted by the prism parser translator.
- PRISM_TRANSLATION_PARSER_NODE_TYPES
-
These are node types required by ‘Prism::Translation::Parser`, which has advanced syntax support ahead of the
Parser
gem.