Improved string parser, added license.
authorTim Vaughan <tgvaughan@gmail.com>
Sun, 26 Feb 2017 01:14:11 +0000 (14:14 +1300)
committerTim Vaughan <tgvaughan@gmail.com>
Sun, 26 Feb 2017 01:14:11 +0000 (14:14 +1300)
Previous string parser used recursion to make it easy to cons
up the character list.  Unfortunately this led to stack overflows
for longer strings (such as the license agreement!).  It is now
replaced with a loop and calls to set-cdr!.


No differences found