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:38:43 +0000 (02:08 +0530)
commit671a7d7ba8aa7bfae12d5eb254f184b2210a9c64
tree8ec20d7ea8ca433163c732274d3b3ffa40f4cc0f
parente095cf1b6567eb71f7386c724c1aa504a9d2bcfb
Implemented string<

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