Rename 'state' to 'scope'
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user