villano-lab / nrCascadeSim

calculating the NR spectrum resulting from neutron-capture cascades.
MIT License
0 stars 1 forks source link

make regex for input most efficient & errors more elegant #60

Open villaa opened 2 years ago

villaa commented 2 years ago

Currently we use regex.h library but this has some differences between OSX and Linux (see issue #29) that causes trouble. Can we use a better library without adding dependency? what about boost?