From 6f4b67632a544780438110bb11e5122448e24881 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 01:09:26 -0800 Subject: Renamed String -> Text --- lib/utils.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/utils.nom') diff --git a/lib/utils.nom b/lib/utils.nom index 6af38c8..dec2375 100644 --- a/lib/utils.nom +++ b/lib/utils.nom @@ -12,7 +12,7 @@ compile [assert %condition %msg] to code: ".." parse [assert %condition] as: assert %condition (nil) -# String functions +# Text functions rule [join %strs with glue %glue] =: lua do> ".." local str_bits = {} @@ -93,7 +93,7 @@ compile [sort %items by %key_expr] to: ".." return \(%key_expr as lua); end) -# String utilities +# Text utilities compile [nl, newline, line feed, linefeed, lf] to: "'\\n'" compile [tab] to: "'\\t'" compile [bell] to: "'\\a'" -- cgit v1.2.3