diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-18 00:27:13 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-18 00:27:13 +0900 |
| commit | b39b48957de9b13a5ab2de47198ce3932791a1fc (patch) | |
| tree | 8d37a11abab6e4ad10813a36df408f5023bff1ec | |
| parent | Set look-ahead symbols to items before generating a SLR(1) parsing table (diff) | |
| download | urubu-b39b48957de9b13a5ab2de47198ce3932791a1fc.tar.gz urubu-b39b48957de9b13a5ab2de47198ce3932791a1fc.tar.xz | |
Update README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. [](https://github.com/nihei9/vartan/actions/workflows/test.yml) |
