Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 514 Bytes

CHANGES.md

File metadata and controls

executable file
·
25 lines (18 loc) · 514 Bytes

0.0.4

  • Conditional indentation
  • Conditional require statements in Generator::Ruby
  • ARST Notation raw tree transformation abstracted into ARST::Transform
  • YARD documentation
  • Update dependencies
  • Remove active_support dependency

0.0.3

  • Small dependency updates

0.0.2

  • Transform output of parser into Node objects
  • Added Ruby generator
  • Added Rake task

0.0.1

  • Init project
  • Added parser for ARST syntax
  • module, class, include and extend keywords
  • Added generator base