forgex icon indicating copy to clipboard operation
forgex copied to clipboard

A Regular Expression Engine written entirely in Fortran

Results 2 forgex issues
Sort by recently updated
recently updated
newest added

I've been testing forgex and so far it works well. My main issue is how it recovers from bad input. There are quite a few error_stops for bad input which...

expr = `\,` gives false (invalid) regex. Is this the expected/wanted result? \t (and other special characters) give true which is wanted.