[][src]Module mruby_bin::parser

Parser for Ruby code that determines if it is fit to eval on an interpreter.

Structs

Parser

Wraps a mruby_sys mruby parser.

Enums

Error

Errors encountered during parsing some Ruby code.

State

State shows whether mruby can parse some code or why it cannot. This enum only encapsulates whether mruby can parse the code. It may still have syntactic or semantic errors.