You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ShapeLogic
2007/12/07 ShapeLogic v 0.8 released AKA Letter matching is almost
working (for the forth time)
* Create ShapeLogic documentation site, checked the documentation
into SVN.
* Add Javadoc to ShapeLogic documentation site.
* Created a way simpler and more expressive syntax for matching
rules at the lowest level.
* More general logical expression instead of just equal and
greater than test at the lowest level now you can use the following 3
predicates for matching:
o Equal.
o Greater.
o Smaller.
* Clean up letter recognition example, take out all the size()
that are part of expressions.
* There is around 16000 lines of Java code
* 190 unit test that all works on my local machine