ConnorSkees
|
c7ff047e81
|
brackets in join
|
2020-04-02 17:44:37 -04:00 |
|
ConnorSkees
|
408fe6ff6b
|
brackets in set-nth
|
2020-04-02 15:31:59 -04:00 |
|
ConnorSkees
|
c7fdf8eef3
|
maps in set-nth()
|
2020-04-02 15:28:35 -04:00 |
|
ConnorSkees
|
cba2b12771
|
handle maps in nth()
|
2020-04-02 15:22:18 -04:00 |
|
ConnorSkees
|
225894d0e9
|
handle brackets in append()
|
2020-04-02 15:12:13 -04:00 |
|
ConnorSkees
|
72bc9a46e3
|
implement builtin function index
|
2020-04-02 14:22:38 -04:00 |
|
ConnorSkees
|
8e3e23c6cd
|
builtin functions take args by value
|
2020-04-02 13:45:14 -04:00 |
|
ConnorSkees
|
23f7301a25
|
implement length for maps
|
2020-03-30 16:01:44 -04:00 |
|
ConnorSkees
|
c1ee84b6fc
|
implement builtin function is-bracketed
|
2020-03-23 23:08:01 -04:00 |
|
ConnorSkees
|
981bf27cb8
|
properly parse and emit bracketed lists
|
2020-03-23 19:56:24 -04:00 |
|
ConnorSkees
|
0be8828bf0
|
make better use of num traits
|
2020-03-22 22:28:54 -04:00 |
|
ConnorSkees
|
415b19fc47
|
implement @content inside mixins
|
2020-03-22 15:08:13 -04:00 |
|
ConnorSkees
|
29011f88bb
|
Implement builtin function join
|
2020-03-22 14:04:16 -04:00 |
|
ConnorSkees
|
b0aff089aa
|
implement builtin function append()
|
2020-03-20 19:50:23 -04:00 |
|
ConnorSkees
|
4fdac4c5f1
|
implement builtin function set-nth()
|
2020-03-20 19:27:26 -04:00 |
|
ConnorSkees
|
5ce2515fb6
|
handle non-list to nth()
|
2020-03-20 12:36:31 -04:00 |
|
ConnorSkees
|
284bc8ea6d
|
Implement builtin function list-separator()
|
2020-03-20 12:32:33 -04:00 |
|
ConnorSkees
|
dd1c1e5b06
|
implement builtin function nth
|
2020-03-20 12:09:08 -04:00 |
|
ConnorSkees
|
ef480ad1f8
|
length() max args check
|
2020-03-20 10:03:54 -04:00 |
|
ConnorSkees
|
dcb712e3d4
|
Refactor unit conversions into separate file
|
2020-03-19 16:24:31 -04:00 |
|
ConnorSkees
|
51585235c3
|
Remove decl! macro
This lets rustfmt work and gives better autocomplete and error messages
inside builtin functions.
|
2020-03-16 10:35:38 -04:00 |
|
ConnorSkees
|
276134eb93
|
prefer hashmap over btreemap where ordering is unimportant
|
2020-03-03 19:51:02 -05:00 |
|
ConnorSkees
|
23b90aa97e
|
Use remove() rather than .get() to avoid a clone
|
2020-02-16 22:04:54 -05:00 |
|
ConnorSkees
|
d300cd046a
|
Use SassError over Option inside builtins
|
2020-02-16 10:14:17 -05:00 |
|
ConnorSkees
|
b31c9587bc
|
Implement builtin function length()
|
2020-02-14 10:10:51 -05:00 |
|
ConnorSkees
|
c7f34f573f
|
newlines in builtin files
|
2020-02-02 21:09:29 -05:00 |
|
ConnorSkees
|
1c4ad8a7fa
|
Builtin function boilerplate
|
2020-02-02 18:05:36 -05:00 |
|