Connor Skees
|
6630a1c2ea
|
correctly handle!global variables inside control flow when not at root
|
2020-08-18 03:55:26 -04:00 |
|
Connor Skees
|
00a7659e69
|
refactor calculation of default variables
|
2020-08-18 00:17:12 -04:00 |
|
Connor Skees
|
8d1e8a99c5
|
refactor how default variables are evaluated
|
2020-08-17 06:16:18 -04:00 |
|
Connor Skees
|
befcb15cb5
|
!default variables can override if the value is null
|
2020-08-17 02:42:43 -04:00 |
|
Connor Skees
|
d5b2410a8c
|
allow multiline comments in more contexts
|
2020-08-07 11:39:14 -04:00 |
|
Connor Skees
|
438abe52be
|
allow redeclaration of module variables
|
2020-08-07 02:01:04 -04:00 |
|
Connor Skees
|
0254517095
|
refactor errors using Parser::expect_char
|
2020-08-06 21:36:11 -04:00 |
|
Connor Skees
|
074d679cbd
|
support the @use ... with (...) syntax
|
2020-08-06 21:05:40 -04:00 |
|
Connor Skees
|
d6a1d64dcb
|
implement @use ... as *; syntax
|
2020-07-27 18:55:38 -04:00 |
|
Connor Skees
|
5634681fa2
|
lazily evaluate default variable values
|
2020-07-24 20:13:14 -04:00 |
|
Connor Skees
|
005f0e52e8
|
make read_until_newline parser method public
|
2020-07-10 21:48:19 -04:00 |
|
Connor Skees
|
830d56bd77
|
only evaluate division in certain cases
|
2020-07-09 23:52:35 -04:00 |
|
Connor Skees
|
f9455caeea
|
derive Copy for Identifier
|
2020-07-08 22:38:56 -04:00 |
|
Connor Skees
|
47902c077c
|
refactor how scopes are calculated
|
2020-07-08 14:51:04 -04:00 |
|
Connor Skees
|
92aa149f8a
|
remove dependency on bitflags
|
2020-07-05 10:21:43 -04:00 |
|
Ivan Tham
|
85ec26001a
|
Keep parser context with bitflags
|
2020-07-05 09:35:42 -04:00 |
|
Connor Skees
|
596def3906
|
refactor value evaluation
|
2020-07-03 12:38:20 -04:00 |
|
Connor Skees
|
1ef93c082b
|
allow != in variables
|
2020-07-02 15:54:33 -04:00 |
|
ConnorSkees
|
47c4a421ac
|
upgrade dependencies
|
2020-06-19 22:47:06 -04:00 |
|
ConnorSkees
|
1a5301d0fa
|
resolve regression in @mixin scoping
|
2020-06-18 18:15:27 -04:00 |
|
ConnorSkees
|
de8e7048d8
|
remove unwrap from variable value parsing
|
2020-06-18 01:13:23 -04:00 |
|
ConnorSkees
|
4d068596e3
|
refactor parsing into multiple files
|
2020-06-16 22:34:01 -04:00 |
|