Making it easier to use generated Parsers/Lexers
  • OCaml 51.6%
  • Shell 27.8%
  • Dune 14.6%
  • Makefile 6%
Find a file
2026-09-08 10:04:00 +02:00
.github/workflows Upgrade OCaml and dune in CI 2026-08-12 16:27:44 +02:00
.vscode init 2023-11-12 22:18:07 +01:00
src Setup license headers 2026-03-17 11:39:18 +01:00
test At the moment this lib is unused (empty tests) 2026-01-31 15:16:32 +01:00
.gitattributes init 2023-11-12 22:18:07 +01:00
.gitignore Update .gitignore 2024-04-10 15:02:04 +02:00
.headache.config Setup license headers 2026-03-17 11:39:18 +01:00
.ocamlformat Upgrade ocamlformat to 0.29.0 2026-03-24 09:10:23 +01:00
CHANGES.md Edit changelog 2025-10-19 11:38:29 +02:00
CODE_OF_CONDUCT.md Adopt OCaml Code of Conduct 2026-03-17 11:39:18 +01:00
CODEOWNERS Initiate code owners file for GH 2026-02-01 08:21:20 +01:00
COPYING.HEADER Setup license headers 2026-03-17 11:39:18 +01:00
dune init 2023-11-12 22:18:07 +01:00
dune-project Upgrade ocamlformat to 0.29.0 2026-03-24 09:10:23 +01:00
dune-workspace.5.2 Upgrade CIs 2026-04-12 13:21:25 +02:00
dune-workspace.5.3 Upgrade CIs 2026-04-12 13:21:25 +02:00
dune-workspace.5.4 Upgrade CIs 2026-04-12 13:21:25 +02:00
dune-workspace.5.5 Upgrade OCaml to latest available versions 2026-09-08 10:04:00 +02:00
dunolint Add dunolint workflow 2025-12-17 09:37:27 +01:00
headache.sh Remove left-over unused var (shellcheck) 2026-03-17 11:39:19 +01:00
LICENSE init 2023-11-12 22:18:07 +01:00
Makefile Split packages and reduce deps 2024-09-03 23:02:04 +02:00
parsing-utils-dev.opam Upgrade ocamlformat to 0.29.0 2026-03-24 09:10:23 +01:00
parsing-utils-tests.opam Remove unused library 2025-12-17 09:41:40 +01:00
parsing-utils.opam Using pplumbing sub pkgs directly 2025-09-21 17:00:15 +02:00
README.md Unwrap README 2024-09-29 11:57:01 +02:00

parsing-utils

CI Status

A library to make it easier to use generated Parsers/Lexers.

Code Documentation

The code documentation of the latest release is built with odoc and published to GitHub pages here.

Examples & tests

As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the bopkit project.