Type Editor / @type-editor/model / content-parser/ContentMatcher
content-parser/ContentMatcher
Classes
| Class | Description |
|---|---|
Compiles content expressions into a deterministic finite automaton (DFA). The compilation process follows these steps:
For background on NFA/DFA construction, see: https://swtch.com/~rsc/regexp/regexp1.html |