Commit 0a07ffd1 by Aaron Leung

First pass at a grammar.

parent 6c1b5301
Initial pass at a Sass grammar. Nowhere close to complete.
stylesheet -> statement*
statement -> ruleset
ruleset -> SELECTOR '{' declarations '}'
declarations -> rule [';' declarations]?
-> ruleset declarations?
-> []
rule -> property ':' value
-> []
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment