Sha256: d19a2757dbb40d35562ae197d5934c1fb7b858f96907be7cc839645b50c5190a

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

# Changelog

## [Unreleased]

## [0.0.9] - 2023-11-01
Added classes for tokenization and grammar analysis.

### Added
- Class `AlternativeItem` and its spec file
- Class `BaseTokenizer` and its spec file
- Module `ChoiceItems` and its spec file- 
- Class `GrmAnalyzer` and its spec file
- Class `Literal` and its spec file
- Module `ProductionItems` and its spec file
- Class `Token` and its spec file
- Class `TokenPosition` and its spec file

## [0.0.8] - 2023-10-30
### Added
- Class `DottedItem` and its spec file

## [0.0.7] - 2023-10-30
### Added
- Class `BaseGrmBuilder` and its spec file

## [0.0.6] - 2023-10-30
### Added
- Class `Grammar` and its spec file

## [0.0.5] - 2023-10-28
### Added
- Class `Choice` and its spec file

### Fixed
- File `dendroid.gemspec`: added missing `CHANGELOG.md` in the package

## [0.0.4] - 2023-10-28
### Added
- Class `Production` and its spec file

## [0.0.3] - 2023-10-28
### Added
- Class `Rule` and its spec file

## [0.0.2] - 2023-10-28
### Added
- Class `SymbolSeq` and its spec file
- File `CHANGELOG.md`; the file file you're reading now.

### Changed
- Line separator set to lf (line feed)
- Code re-styling to please Rubocop 1.57.1

## [0.0.1] - 2023-10-27
### Added
- Class `NonTerminal` and its spec file

## [0.0.0] - 2023-10-27
- Initial commit

### Added
- Class `GrmSymbol` and its spec file
- Class `Terminal` and its spec file

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dendroid-0.0.9 CHANGELOG.md