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 33c32fa commit 6078c9cCopy full SHA for 6078c9c
Changes
@@ -1,4 +1,6 @@
1
{{$NEXT}}
2
+
3
+0.3.9 2021-08-20T06:58:17+12:00
4
- CSS::Grammar::Actions no long inherits from CSS::Grammar::AST.
5
Be more explict and invoke a build() method when constructing
6
nodes. e.g. `make $.build.node($/)` becomes `make $.node($/)`
META6.json
@@ -29,5 +29,5 @@
29
],
30
"test-depends": [
31
32
- "version": "0.3.8"
+ "version": "0.3.9"
33
}
lib/CSS/Grammar.rakumod
@@ -3,7 +3,7 @@ use v6;
grammar CSS::Grammar::Core{...}
# based on http://www.w3.org/TR/2011/REC-CSS2-20110607
-grammar CSS::Grammar:ver<0.3.8> {
+grammar CSS::Grammar:ver<0.3.9> {
7
8
# abstract base grammar for CSS instance grammars:
9
# CSS::Grammar::CSS1 - CSS level 1
0 commit comments