telltale-language 17.0.0

Shared choreography frontend for Telltale DSL parsing, projection, and macro code generation
Documentation
1
2
3
4
5
6
7
//! Compiler pipeline: parsing, layout, projection, and codegen.

pub mod codegen;
pub mod grammar;
pub mod layout;
pub mod parser;
pub mod projection;