From 9808b16a22b1e6a844b25c4d0983295992d9fb30 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Tue, 3 Aug 2021 20:39:15 +0900 Subject: Add CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md 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) -- cgit v1.2.3