A Regex Parser It is based on the bachelor thesis "Foreign Code Integration in Curry" of Jasper Sikorra (March 2014).
Author: Corinna Wambsganz
Version: September 2022
parse
:: Pos -> String -> IO (PM 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.
|