Module papyri_lang::parser

source ·
Expand description

This module contains the frontend of the Papyri compiler; it is responsible for parsing a Papyri source file into an abstract syntax tree.

Modules

  • This module contains declarations for tokens in the Papyri language grammar.

Functions

  • Parses a Papyri source file into an abstract syntax tree.
  • Tokenizes the given Papyri source file.