Module: Ibex::Runtime

Defined in:
lib/ibex/runtime.rb,
lib/ibex/runtime/cst.rb,
lib/ibex/runtime/event.rb,
lib/ibex/runtime/parser.rb,
lib/ibex/runtime/repair.rb,
lib/ibex/runtime/version.rb,
lib/ibex/runtime/ast_data.rb,
lib/ibex/runtime/cst/diff.rb,
lib/ibex/runtime/cst/kind.rb,
lib/ibex/runtime/cst/cursor.rb,
lib/ibex/runtime/cst/editor.rb,
lib/ibex/runtime/cst/editing.rb,
lib/ibex/runtime/lexer_input.rb,
lib/ibex/runtime/observation.rb,
lib/ibex/runtime/cst/rewriter.rb,
lib/ibex/runtime/jsonl_tracer.rb,
lib/ibex/runtime/table_format.rb,
lib/ibex/runtime/cst/serialize.rb,
lib/ibex/runtime/cst/text_edit.rb,
lib/ibex/runtime/cst/validator.rb,
lib/ibex/runtime/location_span.rb,
lib/ibex/runtime/repair_search.rb,
lib/ibex/runtime/cst/annotation.rb,
lib/ibex/runtime/cst/green/node.rb,
lib/ibex/runtime/cst/typed_node.rb,
lib/ibex/runtime/cst/green/cache.rb,
lib/ibex/runtime/cst/green/token.rb,
lib/ibex/runtime/cst/source_text.rb,
lib/ibex/runtime/cst/syntax_node.rb,
lib/ibex/runtime/embedded_source.rb,
lib/ibex/runtime/event_sanitizer.rb,
lib/ibex/runtime/generated_lexer.rb,
lib/ibex/runtime/resource_limits.rb,
lib/ibex/runtime/cst/green/trivia.rb,
lib/ibex/runtime/cst/parse_result.rb,
lib/ibex/runtime/cst/syntax_token.rb,
lib/ibex/runtime/cst/green/builder.rb,
lib/ibex/runtime/event_jsonl_tracer.rb,
lib/ibex/runtime/cst/serialized_tree.rb,
lib/ibex/runtime/parser_sync_recovery.rb,
lib/ibex/runtime/repair_priority_queue.rb,
lib/ibex/runtime/cst/incremental/blender.rb,
lib/ibex/runtime/cst/incremental/relexer.rb,
lib/ibex/runtime/cst/incremental/session.rb,
lib/ibex/runtime/cst/incremental/parse_memo.rb,
lib/ibex/runtime/cst/incremental/token_memo.rb,
lib/ibex/runtime/cst/incremental/lexed_syntax.rb

Defined Under Namespace

Modules: ASTData, CST, EmbeddedSource, EventSanitizer, GeneratedLexer, JSONLTracer, Observation, ParserSyncRecovery Classes: Event, EventJSONLTracer, LexerInput, LocationSpan, ParseError, Parser, RepairAdvance, RepairEdit, RepairInput, RepairPlan, RepairPolicy, RepairPriorityQueue, RepairSearch, ResourceLimitError, ResourceLimits

Constant Summary collapse

VERSION =
"0.2.0"
PARSER_TABLE_FORMAT_VERSION =

Current parser-table shape emitted by the generator.

6
SUPPORTED_PARSER_TABLE_FORMAT_VERSIONS =

Parser-table shapes this runtime can execute.

[1, 2, 3, 4, 5, PARSER_TABLE_FORMAT_VERSION].freeze
ParseResult =
CST::ParseResult
SyntaxResult =
CST::SyntaxResult