Commit Graph
5 Commits
Author SHA1 Message Date
Evan Shaw 5261ef498f Optimize string methods for stored length
wrenStringConcat could still make use of this info, but that's a more involved
change.
2015-01-08 11:09:11 +13:00
Evan Shaw 3fd348e6c1 Store string length
Strings are still null-terminated so that they can be treated as C strings.
2015-01-08 10:05:51 +13:00
Evan Shaw 0d099933d6 Add myself to AUTHORS 2015-01-08 09:51:13 +13:00
Evan Shaw cb91bea6e7 Remove semi-colons from delta_blue.wren 2015-01-07 08:06:44 +13:00
Evan Shaw e3b5206ca8 Use a flexible array for strings 2015-01-06 19:08:42 +13:00