]> www.git.momoyon.org Git - lang.git/commit
[main.c] WIP: parse_subscript()...
authormomoyon <momoyon@momoyon.org>
Mon, 12 May 2025 19:28:53 +0000 (00:28 +0500)
committermomoyon <momoyon@momoyon.org>
Mon, 12 May 2025 19:28:53 +0000 (00:28 +0500)
commit7434b74510f6194c45e55181dab6ab9fbf39bea4
tree350b77cd981a609a34de5e0d859a492bc147fa4d
parent6de1b0294861cc4620512e54a0c17928dd0294db
[main.c] WIP: parse_subscript()...

- [tests] Add expected output files of previous tests.
49 files changed:
main.c
tests/.parse_comparision.build.code.expected [new file with mode: 0644]
tests/.parse_comparision.build.err.expected [new file with mode: 0644]
tests/.parse_comparision.build.in.expected [new file with mode: 0644]
tests/.parse_comparision.build.out.expected [new file with mode: 0644]
tests/.parse_comparision.code.expected [new file with mode: 0644]
tests/.parse_comparision.err.expected [new file with mode: 0644]
tests/.parse_comparision.in.expected [new file with mode: 0644]
tests/.parse_comparision.out.expected [new file with mode: 0644]
tests/.parse_equality.build.code.expected [new file with mode: 0644]
tests/.parse_equality.build.err.expected [new file with mode: 0644]
tests/.parse_equality.build.in.expected [new file with mode: 0644]
tests/.parse_equality.build.out.expected [new file with mode: 0644]
tests/.parse_equality.code.expected [new file with mode: 0644]
tests/.parse_equality.err.expected [new file with mode: 0644]
tests/.parse_equality.in.expected [new file with mode: 0644]
tests/.parse_equality.out.expected [new file with mode: 0644]
tests/.parse_factor.build.code.expected [new file with mode: 0644]
tests/.parse_factor.build.err.expected [new file with mode: 0644]
tests/.parse_factor.build.in.expected [new file with mode: 0644]
tests/.parse_factor.build.out.expected [new file with mode: 0644]
tests/.parse_factor.code.expected [new file with mode: 0644]
tests/.parse_factor.err.expected [new file with mode: 0644]
tests/.parse_factor.in.expected [new file with mode: 0644]
tests/.parse_factor.out.expected [new file with mode: 0644]
tests/.parse_primary.build.code.expected [new file with mode: 0644]
tests/.parse_primary.build.err.expected [new file with mode: 0644]
tests/.parse_primary.build.in.expected [new file with mode: 0644]
tests/.parse_primary.build.out.expected [new file with mode: 0644]
tests/.parse_primary.code.expected [new file with mode: 0644]
tests/.parse_primary.err.expected [new file with mode: 0644]
tests/.parse_primary.in.expected [new file with mode: 0644]
tests/.parse_primary.out.expected [new file with mode: 0644]
tests/.parse_term.build.code.expected [new file with mode: 0644]
tests/.parse_term.build.err.expected [new file with mode: 0644]
tests/.parse_term.build.in.expected [new file with mode: 0644]
tests/.parse_term.build.out.expected [new file with mode: 0644]
tests/.parse_term.code.expected [new file with mode: 0644]
tests/.parse_term.err.expected [new file with mode: 0644]
tests/.parse_term.in.expected [new file with mode: 0644]
tests/.parse_term.out.expected [new file with mode: 0644]
tests/.parse_unary.build.code.expected [new file with mode: 0644]
tests/.parse_unary.build.err.expected [new file with mode: 0644]
tests/.parse_unary.build.in.expected [new file with mode: 0644]
tests/.parse_unary.build.out.expected [new file with mode: 0644]
tests/.parse_unary.code.expected [new file with mode: 0644]
tests/.parse_unary.err.expected [new file with mode: 0644]
tests/.parse_unary.in.expected [new file with mode: 0644]
tests/.parse_unary.out.expected [new file with mode: 0644]