Sha256: 12125aa76ec4116fe98341ab8ceaf746c7e239d6d6bfa59f8272d05ce85d16a1
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
### 0.0.10 / 2014-11-15 * [NEW] New folder `examples` added with two examples of grammar creation ### 0.0.09 / 2014-11-15 * [NEW] New class `GrammarBuilder` added and tested, its purpose is to simplify the construction of grammars. ### 0.0.08 / 2014-11-14 * [CHANGE] `EarleyParser#parse` method: Initial API documentation. * [INFO] This version was committed to force Travis CI to execute a complete build failed because Travis couldn't connect to GitHub) ### 0.0.07 / 2014-11-14 * [CHANGE] spec file of `EarleyParser` class: Test added. Parser works with simple expression grammar. ### 0.0.06 / 2014-11-13 * [CHANGE] File `README.md`: Added roadmap section. * [FIX] `EarleyParser#parse`: prevent call to `scanning` method after last token encountered. ### 0.0.05 / 2014-11-13 * [CHANGE] Code re-styling to please Rubocop 0.27.0 (less than 10 offenses). ### 0.0.04 / 2014-11-12 * [CHANGE] Class `DottedItem` moved to `Rley` module. ### 0.0.03 / 2014-11-12 * [CHANGE] File `README.md`: Added gem version badge. ### 0.0.02 / 2014-11-12 * [CHANGE] File `README.md`: Added Travis CI badge. ### 0.0.01 / 2014-11-12 * [CHANGE] Rley is "gemmified"! ### 0.0.00 / 2014-11-07 * [FEATURE] Initial public working version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rley-0.0.10 | CHANGELOG.md |