Releases: sylvainhalle/Bullwinkle
Releases · sylvainhalle/Bullwinkle
Version 1.4.6
Changes in this release
- Bullwinkle is now distributed under the MIT License
ParseNode
s can be copied and their children can be removed- One can check if a token string is a substring of another one
Version 1.4.5
Changed visibility of a few methods in the API (for use with Synthia)
Version 1.4.4
Applies the changes that don't seem to have been integrated into the previous release (1.4.3).
Version 1.4.3
Single modification: ArgumentMap
implements the Map<String,String>
interface
Version 1.4.2 is out
Single modification to make Bullwinkle objects serializable with Azrael.
Version 1.4.1 is out
Single modification:
- The
ParseTreeObjectBuilder
now looks for@Builds
annotations in parents of the current class.
Version 1.4 is out
- Introduction of the
@Builds
annotation and the ParseTreeObjectBuilder - Cleanup in utility classes
- Examples moved out of the compiled JAR
Version 1.3.1 is out
Minor change to the API
Rule alternatives can be pushed at the end
v1.3 Alternatives can be pushed at the end
Minor addition to API
v1.2.5 Fixed Javadoc errors