Codex version 0.2.0.
Pre-release
Pre-release
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.