jackwadden / VASim

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

Closed tjt7a closed 1 year ago

tjt7a commented 1 year ago

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.

jackwadden commented 1 year ago

Amazing! Thanks for the great work.