Replace GNU regex by Lisp regexp library, e.g., code of
Paul Graham or any other Lisp regex library.
CL-PPCRE seems to be quite standard, is also available
natively in Allegro.
CLISP comes with a regexp engine, at first we only need to rewrite ordrules.
And this will get us a distribution that can be easily installed on Windows and on OS X as well, since we have CLISP there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=70318
Originator: YES
Of course, ordrules must be rewritten in Lisp as well.
Logged In: YES
user_id=70318
Originator: YES
CLISP comes with a regexp engine, at first we only need to rewrite ordrules.
And this will get us a distribution that can be easily installed on Windows and on OS X as well, since we have CLISP there.