Connor Skees
|
ffaee04613
|
rewrite parsing, evaluation, and serialization (#67)
Adds support for the indented syntax, plain CSS imports, `@forward`, and many other previously missing features.
|
2022-12-26 15:33:04 -05:00 |
|
Connor Skees
|
a665cb13cc
|
remove cfg(test) from test files
|
2020-08-11 20:22:24 -04:00 |
|
Connor Skees
|
d5b2410a8c
|
allow multiline comments in more contexts
|
2020-08-07 11:39:14 -04:00 |
|
ConnorSkees
|
962549e31b
|
remove most remaining unwraps
|
2020-06-18 18:22:58 -04:00 |
|
ConnorSkees
|
9bb7c05d19
|
improve handling of @ while scoping
|
2020-04-23 18:14:42 -04:00 |
|
ConnorSkees
|
ca318d47df
|
properly handle @ while in functions
|
2020-04-23 15:23:53 -04:00 |
|
ConnorSkees
|
b93e3c6f21
|
handle while with empty condition
|
2020-04-02 00:28:03 -04:00 |
|
ConnorSkees
|
e836ecb8ce
|
implement \@while
|
2020-04-02 00:19:43 -04:00 |
|