aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: a2149fca10b90f1f5c0d8629c727bb03aca40e39 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Changelog

## v0.1.0

* vartan v0.1.0, this is the first release, supports the following features.
  * `vartan compile`: SLR parsing table generation
    * Definitions of grammars by simple DSL
    * Automatic AST construction by `#ast` directive
  * `vartan parse`: Driver for the parsing table

[Commits](https://github.com/nihei9/vartan/commits/v0.1.0)