[main.c] parse_unary() -> parse_term()
authormomoyon <momoyon@momoyon.org>
Thu, 15 May 2025 06:14:46 +0000 (11:14 +0500)
committermomoyon <momoyon@momoyon.org>
Thu, 15 May 2025 06:16:06 +0000 (11:16 +0500)
commitbba1bbddcf05b7f2786d7c8adfe54093447f5744
tree8cd594729d72169684883d8bf98d84d8fda7d0c0
parent09f64c1c96f0d9ef178d8368cd132ae1312d5769
[main.c] parse_unary() -> parse_term()

- [tests] Update parse_unary.momo -> parse_unary_term.momo
19 files changed:
main.c
tests/.parse_unary.build.code.expected [deleted file]
tests/.parse_unary.build.err.expected [deleted file]
tests/.parse_unary.build.in.expected [deleted file]
tests/.parse_unary.build.out.expected [deleted file]
tests/.parse_unary.code.expected [deleted file]
tests/.parse_unary.err.expected [deleted file]
tests/.parse_unary.in.expected [deleted file]
tests/.parse_unary.out.expected [deleted file]
tests/.parse_unary_term.build.code.expected [new file with mode: 0644]
tests/.parse_unary_term.build.err.expected [new file with mode: 0644]
tests/.parse_unary_term.build.in.expected [new file with mode: 0644]
tests/.parse_unary_term.build.out.expected [new file with mode: 0644]
tests/.parse_unary_term.code.expected [new file with mode: 0644]
tests/.parse_unary_term.err.expected [new file with mode: 0644]
tests/.parse_unary_term.in.expected [new file with mode: 0644]
tests/.parse_unary_term.out.expected [new file with mode: 0644]
tests/parse_unary.momo [deleted file]
tests/parse_unary_term.momo [new file with mode: 0644]