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
9
10
11
---
source: crates/yuck/src/parser/lexer.rs
expression: "v!(r#\"(foo + - \"text\" )\"#)"

---
(0, LPren, 1)
(1, Symbol("foo"), 4)
(5, Symbol("+"), 6)
(7, Symbol("-"), 8)
(9, SimplExpr([(9, StringLit([(9, Literal("text"), 15)]), 15)]), 15)
(16, RPren, 17)