packages feed

flp-0.1.0.0: examples/app.flp

// Parser test: nested groups (union and seq) with
// fixed-width fields.

Block -> union {
    A -> seq { a : Cell<$ 0 $>, b : 2 words }
  | B -> seq { a : 0 words, c : 2 words }
}