diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-03 20:39:15 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-03 20:39:15 +0900 |
| commit | 9808b16a22b1e6a844b25c4d0983295992d9fb30 (patch) | |
| tree | b6780fffa1d4b533463fc2c7a268d87837d7263b | |
| parent | Update README (diff) | |
| download | urubu-9808b16a22b1e6a844b25c4d0983295992d9fb30.tar.gz urubu-9808b16a22b1e6a844b25c4d0983295992d9fb30.tar.xz | |
Add CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2149fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,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) |
