Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / cppo
Commits:
-
4e36c624
by Stephane Glondu at 2024-09-10T08:03:24+02:00
30 changed files:
- + .github/dependabot.yml
- .github/workflows/build.yml
- Changes.md
- Makefile
- README.md
- cppo.opam
- cppo_ocamlbuild.opam
- 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
- test/dune