Crate tokay

source ·
Expand description

Tokay

A programming language designed for ad-hoc parsing.

Visit https://tokay.dev for more information.

Re-exports

Modules

  • Tokay built-in functions
  • Tokay compiler, parsing a program source into a VM program
  • Implementation of an error object that can occur during Tokay’s program compilation or execution
  • Universal low-level interface to let Tokay read input from different sources.
  • Tokay value and object representation
  • Tokay virtual machine

Macros

  • Value construction macro

Functions

  • Compiles a Tokay source and runs the resulting program with an input stream from a &str.