packages feed

flp-0.1.0.0: examples/enum.flp

// Parser test: basic enum

LineMark -> enum {
    Free | Live | FreshAlloc
  | ConservLive | PrevLive
}