You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,8 @@ An example, from http://www.w3.org/TR/CSS21/propidx.html:
21
21
22
22
## Grammars and Classes
23
23
24
-
-`CSS::Specification::Build` is a class for generating Raku grammar, actions or roles from sets of CSS property definitions.
25
-
26
-
This module also provides some mixin grammars and actions as follows:
27
-
28
24
-`CSS::Specification::Defs` + `CSS::Specification::Defs::Actions` - is a grammar which maps property specification terminology to CSS Core syntax and defines any newly introduced terms. For example `integer` is mapped to `int`.
29
25
30
-
## Programs
31
-
This module provides `css-gen-properties`. A program for translating property definitions
32
-
to grammars, actions or interface classes.
33
-
34
26
## See Also
35
-
See [make-modules.raku](https://github.com/css-raku/CSS-Module-raku/blob/master/make-modules.raku) in [CSS::Module](https://css-raku.github.io/CSS-Module-raku).
27
+
-[CSS::Specification::Compiler](https://github.com/css-raku/CSS-Specification-Compiler-raku.git) - an unrealsed RakuAST based compiler for property definitions
28
+
-[make-modules.raku](https://github.com/css-raku/CSS-Module-raku/blob/master/make-modules.raku) in [CSS::Module](https://css-raku.github.io/CSS-Module-raku).
0 commit comments