YaccConstructor


Interpreter

Namespace: YC.FST.AbstractLexing

Nested types and modules

TypeDescription
GraphAction<'br>

Functions and values

Function or valueDescription
Interpret (...)
Signature: inputFstLexer:FST<'?7293,int> -> actions:(FSA<'?7293> -> '?7294 option) array -> eofToken:'?7294 -> tokenToNumber:('?7294 -> int) -> SimpleInputGraph<'?7294 option>
Type parameters: '?7293, '?7294
Tokenize (...)
Signature: fstLexer:FST<'?7296,int> -> actions:(FSA<'?7297> -> '?7298 option) array -> alphabet:HashSet<Symb<'?7299>> -> eofToken:'?7298 -> inputFst:FST<'?7297,'?7299> -> tagToToken:('?7298 -> int) -> Test<SimpleInputGraph<'?7298>,Symb<'?7297> []>
Type parameters: '?7296, '?7297, '?7298, '?7299
Fork me on GitHub