We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f75d4a commit 88327b5Copy full SHA for 88327b5
fucc-generator.asd
@@ -24,7 +24,7 @@
24
(asdf:defsystem #:fucc-generator
25
:name "LR-generator"
26
:author "Ivan Boldyrev"
27
- :version "0.2.1"
+ :version "0.2.2"
28
:description "Compile-time LL and LR/LALR parser generator"
29
:license "MIT"
30
:depends-on ("fucc-parser")
fucc-parser.asd
(asdf:defsystem #:fucc-parser
:name "LR-parser"
:description "LL and LR/LALR parser runtime system"
:components ((:module "parser"
0 commit comments