yuck 0.1.0

Implementation of the yuck language, the declarative UI description language used by eww
Documentation
1
2
3
4
5
6
7
8
---
source: crates/yuck/src/parser/mod.rs
expression: "p.parse(0, Lexer::new(0, \"(1 :foo 1)\".to_string()))"

---
Ok(
    ("1" :foo "1"),
)