yes_parser 1.0.4 copy "yes_parser: ^1.0.4" to clipboard
yes_parser: ^1.0.4 copied to clipboard

Dart implementation of the YES scriplet standard. YES is a meta scriptlet standard whose elements and meaning are customized by the programmer. This library parses files using the YES spec and deliver [...]

1.0.4 #

  • Entity.getKeyValueAsBool() parses non-zero integer values as true and zero integer values as false.
  • Added new tests to catch further parsing errors. Further updates will improve testing suite.
  • getKeyValueAsBool() now correctly sets caseSenitive param in bool.parse() to true.
  • Added support for getKeyValueAsBool() to return true for non-zero int values.

1.0.3 #

  • Missed or.unquote() for Element.getKeyValue() which affected all the other keyval getters. Fixed.

1.0.2 #

  • Auto-strip quotes from KeyVal values for convenience. Added an extension to the lib to easy restore them if needed.
  • Inline Dart-style documentation.

1.0.1 #

  • Fixed issue parsing a document by string. Constructors fromFile and fromString both require onComplete.

1.0.0 #

  • Initial version.
2
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Dart implementation of the YES scriplet standard. YES is a meta scriptlet standard whose elements and meaning are customized by the programmer. This library parses files using the YES spec and delivers the result as elements. Use the KeyVal args passed into each element to provide external functionality to their own software easily and quickly at no cost to readability or flexibility. It is a format for everyone.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on yes_parser