diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-07-19 03:21:39 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-07-19 03:21:39 -0400 |
commit | 5d688b4da97da2c2f684940147478f12d1f2baba (patch) | |
tree | de7f4dff152249587790c2b07149769faaefaa37 /tnslc/utils/algo.tnsl | |
parent | 34e3d4f52264cf707f7e73a8a4167f37eee812d9 (diff) |
switch tokenization scheme
Diffstat (limited to 'tnslc/utils/algo.tnsl')
-rw-r--r-- | tnslc/utils/algo.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/utils/algo.tnsl b/tnslc/utils/algo.tnsl index a08c773..73cfb7f 100644 --- a/tnslc/utils/algo.tnsl +++ b/tnslc/utils/algo.tnsl @@ -194,7 +194,7 @@ return str ;/ -/; strclone(~uint8 cstr) [~uint8] +/; strcpy(~uint8 cstr) [~uint8] Vector out out.from_cstr(cstr) return out.as_cstr() |