aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
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)