aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-08-18 00:27:13 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-08-18 00:27:13 +0900
commitb39b48957de9b13a5ab2de47198ce3932791a1fc (patch)
tree8d37a11abab6e4ad10813a36df408f5023bff1ec /README.md
parentSet look-ahead symbols to items before generating a SLR(1) parsing table (diff)
downloadurubu-b39b48957de9b13a5ab2de47198ce3932791a1fc.tar.gz
urubu-b39b48957de9b13a5ab2de47198ce3932791a1fc.tar.xz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3052501..c787765 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# vartan
-vartan provides a compiler that generates a SLR parsing table and a driver for golang.
+vartan provides a compiler that generates a LALR(1) or SLR(1) parsing table and a driver for golang.
[![Test](https://github.com/nihei9/vartan/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/nihei9/vartan/actions/workflows/test.yml)