Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / cppo
Commits:
-
4e36c624
by Stephane Glondu at 2024-09-10T08:03:24+02:00
-
8af4c898
by Stephane Glondu at 2024-09-10T08:03:25+02:00
-
619c3fd8
by Stephane Glondu at 2024-09-10T08:03:30+02:00
-
7f8bc5d4
by Stephane Glondu at 2024-09-10T08:06:12+02:00
30 changed files:
- + .github/dependabot.yml
- .github/workflows/build.yml
- Changes.md
- Makefile
- README.md
- cppo.opam
- cppo_ocamlbuild.opam
- debian/changelog
- dune-project
- src/cppo_eval.ml
- src/cppo_eval.mli
- src/cppo_lexer.mll
- src/cppo_parser.mly
- src/cppo_types.ml
- src/cppo_types.mli
- + test/already_defined.cppo
- + test/already_defined.ref
- + test/applied_to_none.cppo
- + test/applied_to_none.ref
- + test/arity_mismatch.cppo
- + test/arity_mismatch.ref
- + test/arity_mismatch_indirect.cppo
- + test/arity_mismatch_indirect.ref
- + test/at_least_one_arg.cppo
- + test/at_least_one_arg.ref
- + test/comment_in_formals.cppo
- + test/comment_in_formals.ref
- + test/def.cppo
- + test/def.ref
- + test/define_on_last_line.cppo