brink-syntax-native 0.0.17

Lexer and error-resilient CST for the .brink native surface (B0.5 grammar skeleton)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! File-level doc.

/// Greets the player.
/// Handles the opening beat.
flow greet() {
//! Describes this flow from within.
Hi!
}

/// kept
// not a doc line
flow other() {
}