- Timestamp:
- 06/05/20 03:54:22 (8 months ago)
- Location:
- release/5/amb/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/amb/trunk/amb.egg
r38500 r38735 3 3 4 4 ((synopsis "The non-deterministic backtracking ambivalence operator") 5 (version "3.0. 2")5 (version "3.0.1") 6 6 (category data) 7 7 (author "[[thomas chust]]") -
release/5/amb/trunk/tests/run.scm
r38500 r38735 32 32 (define *csc-options* "-inline-global -local -inline \ 33 33 -specialize -optimize-leaf-routines -clustering -lfa2 \ 34 -no-trace -unsafe") 34 -no-trace -unsafe \ 35 -strict-types") 35 36 36 37 (define *test-files-rx* (irregex '(: (+ graph) #\- "test" #\. "scm")))
Note: See TracChangeset
for help on using the changeset viewer.