Hi there,

Here is a quick changelog since the last time:
  - Collection structure "reduction" in simple cases:
      - merge unions of unions, intersections of intersections.
      - merge ids sequences (e.g. #1,2,5-10 OR #3,8 --> #1,2,3,5-10)
- Check-only mode : Avoid useless resources allocation when just checking syntax.
  - Draft version of manpage for the coll language :
http://github.com/vdust/xmms2-coll-parser/blob/master/src/xmpattern.7


I also did a trivial merge of the collparser in xmmsclient. The patch is available there :
http://arcanes.dyndns.org/xmms2-patches/0001-OTHER-Merge-bison-flex-collection-parser.patch.gz

It simply adds a subdirectory in xmmsclient sources and rewrite the function xmms_coll_parse() to use it. The wscript uses the generated C code, so no additional dependency is required.

The check-only mode can also be used : just pass NULL as second argument to xmms_coll_parse().


Feel free to test it and give me some feedback.


Regards,
Raphaƫl Bois / vdust

--
_______________________________________________
Xmms2-devel mailing list
[email protected]
http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to