Changelog

Version 0.0.1 (2016-06-01)

Features

  • ast:
  • add select, find, from_tuple, append (67724329)
  • add walk function to traverse tree (1f334d3d)
  • auto-discover: add plugins, setuptools way (10794a94)
  • ctx: add utility function to context creation (72f43d90)
  • parse: add parse function (str => AST) (ab3b465b)

Documentation

  • improve doc generation and contents (e471c595)
  • create_context: document options for context (c2ad6d0f)
  • project: improve overall project docs. (e1b60ecd)
  • requirements: create a separated req file (94882cd4)

Test