UBF Context

Universal Binary Format (UBF) Context
Version 1.0
Working Draft (2016-02-10)

Dependencies

Grammar

Production Rules

UBF =                                        (* UBF ----------------------- ! *)
  ...
  { Value                                    (* Value *)
  | Entry                                    (* Entry *)
  }
;