Welcome to the Hermes project! This repository is a monorepo containing multiple components:
parser/: The core C-based parser combinator library with Lua bindings. Contains the logic for building flexible parsers for strings, files, and data streams.playground/: A WebAssembly-based playground to test parsing logic directly in the browser.
For instructions on building the parser, please see the parser/README.md.