All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.io7m.smfj.specification.smft-smf-attribute.ebnf Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
attribute_name_raw =
  ? [\p{IsAlphabetic}\p{IsDigit}_\-\.:]{1,64} ? ;

attribute_name_quoted =
  """ , attribute_name_raw , """ ;

attribute_name =
  attribute_name_raw | attribute_name_quoted ;

attribute_type =
  "integer-signed" | "integer-unsigned" | "float" ;

smf_attribute =
  "attribute" , attribute_name , attribute_type , integer-unsigned , integer-unsigned ;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy