Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 568 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 568 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2016-12-29

Added

  • TokenStream interface and TokenStream\IterTokenStream
  • tokenStreamLexer decorator to return token streams from lex output
  • Extensive documentation
  • This CHANGELOG

[0.1.0] - 2016-04-25

Initial Release

Added

  • Created lexer, mockLexer, and skipLexer
  • Documentation