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/docs
Benedikt Peetz b6799877bb
feat(trixy-parser): Adapt Trixy to be a complete subset of rust
This changes two important things:
- Firstly it renames the `nasp` keyword to `mod`:
        This change removes the not required deviation from rust.
- Secondly it removes the semicolon after an enumeration or structure
  declaration, which is pointless in these positions.
2024-02-17 19:54:43 +01:00
..
grammar.ebnf feat(trixy-parser): Adapt Trixy to be a complete subset of rust 2024-02-17 19:54:43 +01:00
grammar.pdf feat(trixy-parser): Adapt Trixy to be a complete subset of rust 2024-02-17 19:54:43 +01:00