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

Empty input file causes VASim to crash #2

Closed kevinaangstadt closed 7 years ago

kevinaangstadt commented 7 years ago

An empty input file causes VASim to enter the following error state:

Floating point exception (core dumped)
jackwadden commented 7 years ago

Resolved with commit [master de1de91]