Skip to content

Commit 25450d5

Browse files
committed
Update README
1 parent b1ba2c3 commit 25450d5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,8 @@ An example, from http://www.w3.org/TR/CSS21/propidx.html:
2121

2222
## Grammars and Classes
2323

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-
2824
- `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`.
2925

30-
## Programs
31-
This module provides `css-gen-properties`. A program for translating property definitions
32-
to grammars, actions or interface classes.
33-
3426
## 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

Comments
 (0)