I'm writing a type-checker, LASR, for ASR in python , and porting it to LPython.
I'd like to import re. I know it's not practical to compile re, but I would like to import it to my LPython program (see link above ... calling LPython on it produces many irrelevant errors.)
I'm writing a type-checker, LASR, for ASR in python , and porting it to LPython.
I'd like to import
re. I know it's not practical to compilere, but I would like to import it to my LPython program (see link above ... calling LPython on it produces many irrelevant errors.)