class SyntaxTree::YARV::Compiler::Options

This represents a set of options that can be passed to the compiler to control how it compiles the code. It mirrors the options that can be passed to RubyVM::InstructionSequence.compile, except it only includes options that actually change the behavior.