brink-syntax-native 0.0.17

Lexer and error-resilient CST for the .brink native surface (B0.5 grammar skeleton)
Documentation
@[local]
@[effects(pure)]
flow f() {
}

fn heal(hp) >{
  @[effects(pure, silent, reads(gold, hp))]
  var x = hp
}

@[name(a, b,)]
flow g() {
}

@[name(
  a,
  b
)]
flow h() {
}

@[note(2.5)]
@[note("hi there")]
flow narrate2() {
}