16
17
18
19
20
21
22
23
24
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit ulex))
(include "ulex/ulex.scm")
;; (include "ulex-simple/ulex.scm")
|
|
|
|
16
17
18
19
20
21
22
23
24
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit ulex))
;; (include "ulex/ulex.scm")
(include "ulex-simple/ulex.scm")
|