]> Kevux Git Server - fll/commit
Cleanup: Rename 'binary' to 'bytecode' in UTF8 program.
authorKevin Day <thekevinday@gmail.com>
Wed, 4 May 2022 02:16:39 +0000 (21:16 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 4 May 2022 02:16:39 +0000 (21:16 -0500)
commitb841c1c855a5ca3de16a8a139524a8d14716aeb8
treeeb7db679180ad0726bfc483d9c7446695fe064b6
parent313c7f9e3bfdd570d24413475ae3a6e0819b21cb
Cleanup: Rename 'binary' to 'bytecode' in UTF8 program.

The use of the term "binary" here is both valid and invalid.
The UTF-8 is considered text and so this is better called text.
Another name for this is "bytecode".
Given that these both have "b" (for partially preserving the parameters) and "bytecode" is a bit more specific than text, use "bytecode".
14 files changed:
level_3/utf8/c/common.c
level_3/utf8/c/common.h
level_3/utf8/c/private-common.h
level_3/utf8/c/private-print.c
level_3/utf8/c/private-print.h
level_3/utf8/c/private-utf8.c
level_3/utf8/c/private-utf8.h
level_3/utf8/c/private-utf8_bytecode.c [moved from level_3/utf8/c/private-utf8_binary.c with 84% similarity]
level_3/utf8/c/private-utf8_bytecode.h [moved from level_3/utf8/c/private-utf8_binary.h with 59% similarity]
level_3/utf8/c/private-utf8_codepoint.c
level_3/utf8/c/private-utf8_codepoint.h
level_3/utf8/c/utf8.c
level_3/utf8/c/utf8.h
level_3/utf8/data/build/settings