A Regex Parser
Author: Jasper Sikorra
Version: July 2017
parse
:: Pos -> String -> IO (WM (PR String))
The parse function allows the translation of extended regular expression to normal Curry code. |
The parse function allows the translation of extended regular expression to normal Curry code.
|