VASim is a virtual homogeneous non-deterministic finite automata automata simulator and transformation tool. VASim can parse, transform, simulate, and profile homogeneous NFAs, and is meant to be an open tool for automata processing research. VASim can also be extended to support hypothetical automata processing elements.
BSD 3-Clause "New" or "Revised" License
35
stars
20
forks
source link
Updated VASim to work with new MNRL library for faster JSON parser #43
Updated the MNRL submodule to the latest that includes a much faster JSON parser. Updated VASim to work with the MNRL library, which moved away from smart_pointers and does everything with references.
Updated the MNRL submodule to the latest that includes a much faster JSON parser. Updated VASim to work with the MNRL library, which moved away from smart_pointers and does everything with references.