Skip to content

Commit

Permalink
Add changelog for 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandesz committed Nov 4, 2018
1 parent 165321d commit 4460f27
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.12.0

IMPROVEMENTS:

- Add parsley.NonTerminalNode interface for nonterminal nodes
- Add parsley.StaticChecker and parsley.StaticCheckable interface for doing static analysis
- Add type to the AST nodes

BACKWARDS INCOMPATIBILITIES:

- The parsley.Interpreter's Eval now expects a parsley.NonTerminalNode instead of a list of nodes
- The ast.NodeList's node methods will run always on the first node only
- The ast.NilNode was renamed to ast.EmptyNode to avoid confusion
- The ast.NewTerminalNode now expects a new valueType parameter
- Most of the text/terminal parsers now will return a custom node type (string node, int node, etc.)

## 0.11.7

IMPROVEMENTS:
Expand Down

0 comments on commit 4460f27

Please sign in to comment.