Sha256: 6edc97ffc381da74c899517d867c38728072dc7f3b13633d1ca3f6655837fbf8

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

## [Unreleased]
- (nothing to record here)

## [0.1.3] - 2021-05-20
### Fixed
- Change a method name of AST::CondNode.
  - `#cond_clause` -> `#cond_clauses`
- Modify the timing to pass lexer to parser in `exe/rubasteme`.
- Fix #1: `:ast_vector` is missing in AST::AST_NODE_TYPE.

## [0.1.2] - 2021-05-20
### Added
- Add a singleton method, `version` to Parser class.

## [0.1.1] - 2021-05-20
### Changed
- Change the timing to pass a lexer instance to a Parser object:
  - 0.1.0: initialize Parser object,
    - `Parser.new(lexer)`
  - 0.1.1: call parser method.
    - `parser = Parser.new; parser.parse(lexer)`

## [0.1.0] - 2021-05-20
- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubasteme-0.1.3 CHANGELOG.md