- Timestamp:
- 2015-06-10T07:51:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1024 r1026 198 198 "parse" 199 199 (is (equalp 200 (print (parse-string-to-alist \"[x^2-y^2+(-4/3)*u^2*w^3-5,y]\" '(x y u w)))200 (print (parse-string-to-alist "[x^2-y^2+(-4/3)*u^2*w^3-5,y]" '(x y u w))) 201 201 '([ (((0 0 2 3) . -4/3) ((0 2 0 0) . -1) ((2 0 0 0) . 1) 202 202 ((0 0 0 0) . -5))
Note:
See TracChangeset
for help on using the changeset viewer.