Rename 'state' to 'scope'

This commit is contained in:
2022-11-14 22:49:02 -05:00
parent 706b4a586d
commit af88471b3a
21 changed files with 320 additions and 321 deletions

View File

@@ -17,7 +17,7 @@ lib_srcs = [
"src/evaluate.c",
"src/memory.c",
"src/special.c",
"src/state.c",
"src/scope.c",
"src/utility.c",
"src/parse.c",
]
@@ -28,7 +28,7 @@ test_srcs = [
"test/test_arena.c",
"test/test_e2e.c",
"test/test_parse.c",
"test/test_state.c",
"test/test_scope.c",
"test/test_utility.c",
]
test_lib_srcs = ["third-party/unity/src/unity.c"]