Author: Jasper Sikorra - jsi@informatik.uni-kiel.de
Version: March 2014
parse
:: String -> String -> IO (WM (PR [StandardToken]))
The parse function is the main function of the Code Integration Parser. |
The parse function is the main function of the Code Integration Parser. The functions partitions the input in normal code and integrated expressions, disassembles the integrated code and removes its offset.
|