binary_declarations 0.0.14 copy "binary_declarations: ^0.0.14" to clipboard
binary_declarations: ^0.0.14 copied to clipboard

outdatedDart 1 only

Binary declarations is a set of classes for parsing declarations of the binary types specified in textual form.

0.0.14 #

  • Generated new c.peg parser using new version of peg generator. Now the error messages should be a more understandable.

0.0.12 #

  • Breaking change. Most of classes reworked
  • Initial support of enums

0.0.11 #

  • Added complex test
  • Removed dependency to binary_types

0.0.10 #

  • Fixed bugs in C grammar
  • Initial support of attributes (currently only for typedef's)
  • Removed StructureDeclaration.pack in favor of attributes
  • Removed TypeSpecification.align in favor of attributes

0.0.9 #

  • Fixed bugs in C grammar

0.0.8 #

  • Fixed bugs in C grammar

0.0.7 #

  • Added StructureTypeSpecification.pack
  • Added TypeSpecification.align

0.0.6 #

  • Fixed bug in C grammar, now an identifiers and builtin types parsed correctly

0.0.5 #

  • Fixed bug in C grammar, IDENTIFIER now can contains underscore character _

0.0.4 #

  • Fixed bug in C grammar
  • Initial support of variable declarations

0.0.3 #

  • Added support of va_list parameters ... for function parameters
  • Initial support of typedef declarations

0.0.2 #

  • Added support of const type qualifier for function pointer parameters

0.0.1 #

  • Initial release
  • Initial support of function declarations
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Binary declarations is a set of classes for parsing declarations of the binary types specified in textual form.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build_tools, path, text

More

Packages that depend on binary_declarations