dialogical 0.14.0

P/E/T/S 2037 Dialogue Tree Compiler
Documentation
1
2
3
4
5
6
7
8
9
pub const SEPARATOR: &str = "---";

// comptime segment stuff
pub const COMPTIME_BORDER: &str = "###";
pub const PREFIX_COMMENT: &str = "//";

// interaction ending stuff
pub const PREFIX_CHOICE: char = '>';
pub const PREFIX_GOTO_LABEL: char = '@';