Differences From Artifact [419292ee51]:
- File ulex.scm — part of check-in [be8fe269fa] at 2019-12-16 04:17:56 on branch v1.70-defunct-try — Pulled in ulex (user: matt, size: 951) [annotate] [blame] [check-ins using] [more...]
To Artifact [f004a2cedd]:
- File ulex.scm — part of check-in [94e8e9f0b5] at 2022-01-05 20:59:34 on branch v2.0001 — wip (user: matt, size: 987) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit ulex)) (include "ulex/ulex.scm") | > | 17 18 19 20 21 22 23 24 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit ulex)) (include "ulex/ulex.scm") ;; (include "ulex-simple/ulex.scm") |