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
34 stars 20 forks source link

VASim is not a linkable library #5

Closed jackwadden closed 7 years ago

jackwadden commented 7 years ago

VASim should be linkable to make it easier to use the data structures and optimizations in other code bases, as well as develop more complex simulation/optimization feedback loops.

jackwadden commented 7 years ago

Fixed with commit 701557a with addition of static library creation pre "vasim" executable compilation.