1#ifndef PRISM_EXT_NODE_H
2#define PRISM_EXT_NODE_H
4#define EXPECTED_PRISM_VERSION "1.2.0"
15void Init_prism_api_node(
void);
16void Init_prism_pack(
void);
17RUBY_FUNC_EXPORTED
void Init_prism(
void);
The main header file for the prism parser.
A structure represents an arbitrary-sized integer.
This is the base structure that represents a node in the syntax tree.
This struct represents the overall parser.
This struct represents a token in the Ruby source.
uintptr_t VALUE
Type that represents a Ruby object.