+Infix support, +moved a lot
commite76bd1169e518fe1bd1168b765d59c9d45995934
authorAlex Klinkhamer <grencez@gmail.com>
Sat, 21 Jun 2008 18:41:37 +0000 (21 14:41 -0400)
committerAlex Klinkhamer <grencez@gmail.com>
Sat, 21 Jun 2008 18:41:37 +0000 (21 14:41 -0400)
tree2561bc1180d8822866153b333e7de22ddcbc5c00
parent7f7928a6187f70a67b13aa22b0ce886743f3477a
+Infix support, +moved a lot

Yes, infix notation is now the default, though the html docs don't show
it yet - the new plain text docs do. I'm still in the process of making
implicit tuples work. The proj, orth, dot, and cross functions support
it thus far.
36 files changed:
README
doc/concatenating.txt [new file with mode: 0644]
doc/crop.txt [new file with mode: 0644]
doc/doing_math.txt [new file with mode: 0644]
doc/index.txt [new file with mode: 0644]
http_root/doc [deleted symlink]
http_root/doc/concatenating.html [moved from doc/concatenating.html with 100% similarity]
http_root/doc/crop.html [moved from doc/crop.html with 100% similarity]
http_root/doc/doing_math.html [moved from doc/doing_math.html with 100% similarity]
http_root/doc/get_running.html [moved from doc/get_running.html with 100% similarity]
http_root/doc/index.html [moved from doc/index.html with 100% similarity]
http_root/doc/matrix_edit.html [moved from doc/matrix_edit.html with 100% similarity]
http_root/doc/save_restore.html [moved from doc/save_restore.html with 100% similarity]
http_root/doc/security_issues.html [moved from doc/security_issues.html with 100% similarity]
src/globals.lisp
src/infix-parser.lisp [new file with mode: 0644]
src/math/matrices.lisp
src/math/row-operns.lisp
src/math/tuples.lisp
src/overload/client-fns.lisp
src/overload/concatenate.lisp
src/overload/format.lisp
src/overload/overload.lisp
src/overload/tuples.lisp
src/prefix-parser.lisp [moved from src/parser.lisp with 100% similarity]
src/webui/calcupage.lisp
src/webui/compile-ps.lisp
src/webui/devvars.lisp
src/webui/index.lisp
src/webui/matrixui.lisp
src/webui/psfiles/calcupage-infix.lisp [new file with mode: 0644]
src/webui/psfiles/calcupage-prefix.lisp [new file with mode: 0644]
src/webui/psfiles/calcupage.lisp [moved from src/webui/psfiles/calcupage-buttons.lisp with 66% similarity]
src/webui/save-restore.lisp
src/webui/serv.lisp
src/webui/webvars.lisp