Implemented string<
authorSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 20:38:43 +0000 (02:08 +0530)
committerSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 20:57:52 +0000 (02:27 +0530)
commit4a3e1529c48e1ea732e3b76c75072364d63f2a26
tree8ec20d7ea8ca433163c732274d3b3ffa40f4cc0f
parente095cf1b6567eb71f7386c724c1aa504a9d2bcfb
Implemented string<

boot.lisp: implemented char<
string.lisp: implemented string<
strings.lisp: added tests. The added tests pass.
src/boot.lisp
src/string.lisp
tests/strings.lisp