Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  + fix define-modify-macro improper use
  • Loading branch information
monoid committed Mar 25, 2020
1 parent 1f75d4a commit 88327b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fucc-generator.asd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(asdf:defsystem #:fucc-generator
:name "LR-generator"
:author "Ivan Boldyrev"
:version "0.2.1"
:version "0.2.2"
:description "Compile-time LL and LR/LALR parser generator"
:license "MIT"
:depends-on ("fucc-parser")
Expand Down
2 changes: 1 addition & 1 deletion fucc-parser.asd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(asdf:defsystem #:fucc-parser
:name "LR-parser"
:author "Ivan Boldyrev"
:version "0.2.1"
:version "0.2.2"
:license "MIT"
:description "LL and LR/LALR parser runtime system"
:components ((:module "parser"
Expand Down

0 comments on commit 88327b5

Please sign in to comment.