Skip to content

Commit 88327b5

Browse files
committed
Version 0.2.2
+ fix define-modify-macro improper use
1 parent 1f75d4a commit 88327b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fucc-generator.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(asdf:defsystem #:fucc-generator
2525
:name "LR-generator"
2626
:author "Ivan Boldyrev"
27-
:version "0.2.1"
27+
:version "0.2.2"
2828
:description "Compile-time LL and LR/LALR parser generator"
2929
:license "MIT"
3030
:depends-on ("fucc-parser")

fucc-parser.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(asdf:defsystem #:fucc-parser
2525
:name "LR-parser"
2626
:author "Ivan Boldyrev"
27-
:version "0.2.1"
27+
:version "0.2.2"
2828
:license "MIT"
2929
:description "LL and LR/LALR parser runtime system"
3030
:components ((:module "parser"

0 commit comments

Comments
 (0)