User Guide - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Our regex-VM is implemented with VM approach, in which the pattern is translated into a series of instructions of a specialized VM, and the string being matched for drives the instruction jumps. We re-used VM instructions and compiler from popular Oniguruma library, which is the foundation of current Ruby regex implementation, as our base.