Expand description
Module with everything related to output of the Parser, but not related to AST,
like Comment
, Input
, Decoder
Structs§
- Comment
- A struct that represents a comment in Ruby
- Decoded
Input - Decoded input
- Decoder
- Custom decoder, a wrapper around a function
- Input
- Representation of the source code.
- Magic
Comment - Representation of a magic comment in Ruby
- Source
Line - Representation of a source line in a source file
Enums§
- Comment
Type - Enum of all possible comment types
- Decoder
Result - Result that is returned from decoding function
- Input
Error - An enum with all possible kinds of errors that can be returned from a decoder
- Magic
Comment Kind - An enum of all magic comment kinds