This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/trixy-parser
Benedikt Peetz e52f74b0c1
feat(treewide): Finalize basic c API
See the example under `./example/main/` for more details.
2024-02-19 15:50:30 +01:00
..
docs docs(trixy-parser): Update the railroad diagrams 2024-02-18 13:36:37 +01:00
example feat(treewide): Add broken Vec<E>, Result<T,E> and Option<T> types to c api 2023-12-28 10:28:58 +01:00
src feat(treewide): Finalize basic c API 2024-02-19 15:50:30 +01:00
.gitignore chore(treewide): Move the trixy subcrates under one trixy crate 2023-12-26 12:14:08 +01:00
Cargo.toml chore(treewide): Move the trixy subcrates under one trixy crate 2023-12-26 12:14:08 +01:00
README.md chore(treewide): Move the trixy subcrates under one trixy crate 2023-12-26 12:14:08 +01:00
generate_docs chore(treewide): Move the trixy subcrates under one trixy crate 2023-12-26 12:14:08 +01:00

README.md

trixy-lang_parser

This crate contains a parser (and lexer) for the Trixy language. The corresponding grammar is in the grammar file here encoded in Extended Backus-Naur Form.

Testing

A binary (trixy-parser) exists, which provides easy access to the different library parsing steps

Docs

Run ./generate_docs to turn the grammar file into railroad diagrams.