Differences From Artifact [a5be661fee]:
- File stml2/stmlrun.scm — part of check-in [78408a15fb] at 2019-12-16 22:57:30 on branch v1.70-refactor01 — Added stml2 as compilation unit/module (user: matt, size: 492) [annotate] [blame] [check-ins using] [more...]
To Artifact [4939b15c7b]:
- File stml2/stmlrun.scm — part of check-in [ffe0a27e42] at 2021-12-08 21:40:23 on branch v2.001 — Fixed bunch of build issues with autoload and dbi (user: matt, size: 483) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
9 10 11 12 13 14 15 | ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; (require-extension syntax-case) ;; (declare (run-time-macros)) ;; (include "stmlcommon.scm") | | | 9 10 11 12 13 14 15 16 17 18 19 | ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; (require-extension syntax-case) ;; (declare (run-time-macros)) ;; (include "stmlcommon.scm") (import stml) (stml:main #f) |