package lrgrep
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Detailed error messages for Menhir-generated parsers
Install
dune-project
Dependency
Authors
Maintainers
Sources
lrgrep-0.9.tbz
sha256=e53de12e4c5cbe6bca00643593266b4f9fa2e3f6a138195eeff7a4329f5c1c75
sha512=7fd7c4d11506fea7cc11c9bbf5aea9142d905643553c0c90e1bb16b794106b0c14a266acf89ae91b6929008dc0ba6515f788642873e2e4ba6c3d49bd45d25127
doc/support/Lrgrep_support/index.html
Module Lrgrep_supportSource
module RT = Lrgrep_runtimeEmit and link bytecode program
Source
type ('clause, 'state) transition_action = {move : (Register.t * Register.t) list;store : Register.t list;clear : Register.t list;priority : ('clause Fix.Indexing.index * RT.priority * RT.priority) list;target : 'state Fix.Indexing.index;
}The action of a transition is pair of:
- a possibly empty list of registers to save the current state to
- a target state (index of the state in the dfa array)
Source
type ('state, 'clause, 'lr1) state = {accept : ('clause Fix.Indexing.index * RT.priority * RT.register option array) list;(*a clause to accept in this state.
*)halting : 'lr1 Utils.IndexSet.t;(*The set of labels that should cause matching to halt (this can be seen as a transition to a "virtual" sink state).
*)transitions : ('lr1 Utils.IndexSet.t * ('clause, 'state) transition_action) list;(*Transitions for this state, as a list of labels and actions.
*)
}The result of compaction is a program, a sparse table, and an array mapping each DFA state to the PC of the instructions that implement this state.
Source
val compact :
'state Fix.Indexing.cardinal ->
('state Fix.Indexing.index -> ('state, _, _) state) ->
compact_dfaRun the compaction algorithm on a dfa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>