From: David Kerkeslager Date: Tue, 29 Aug 2017 18:17:58 +0000 (-0400) Subject: Add structures, fix link X-Git-Url: https://code.kerkeslager.com/?p=fur;a=commitdiff_plain;h=6cf66076a28f750422c927136de99359575a73ac Add structures, fix link --- diff --git a/README.md b/README.md index 8ab9735..e599640 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ programs to C. An example of usage: Hello, world~/fur$ Fur is GPL and will only ever target GPL compilers. Fur supports closures, integer math, boolean -logic, lists, and strings (implemented as [ropes](https://en.wikipedia.org/wiki/Rope_(data_structure\))). -It doesn't yet support exceptions, multithreading, modules, or anything resembling a standard library. -If that sounds like something you want to use in production code, good luck to you. +logic, lists, structures (similar to objects), and strings (implemented as +[ropes](https://en.wikipedia.org/wiki/Rope_(data_structure)))). It doesn't yet support +exceptions, multithreading, modules, or anything resembling a standard library. If that sounds +like something you want to use in production code, good luck to you.