diff options
Diffstat (limited to 'lib/utils.nom')
| -rw-r--r-- | lib/utils.nom | 4 |
1 files changed, 2 insertions, 2 deletions
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'" |
