Skip to content

Codex version 0.2.0.

Pre-release
Pre-release

Choose a tag to compare

@chuckpreslar chuckpreslar released this 09 Jul 21:45

Release Notes

  • Proper tests for Nodes.
  • Proper tests for Visitors.
  • Visitor's Accept now returns result, error after recovering from a potential panic from the visitors Visit method.
  • Update tree managers to return the same string, error combination the VisitorInterface returns.
  • Remove all panics to allow for visitor to return any errors.
  • Add DEBUG variable to Visitor package for debugging information.
  • Add factory methods for all Nodes and Managers.