maps are implemented!

This commit is contained in:
ConnorSkees 2020-03-30 16:53:27 -04:00
parent 9e3029dbfb
commit e4843180c7

View File

@ -16,14 +16,14 @@ cargo b --release
The large features remaining are The large features remaining are
``` ```
@while @while
maps
order of operations order of operations
keyword operators (and, or, not)
@each @each
special case certain functions (min, max, calc, element, expression, progid, url) special case certain functions (min, max, calc, element, expression, progid, url)
variadic arguments variadic arguments
many builtin list functions many builtin list functions (zip, index)
all builtin selector functions all builtin selector functions
all builtin map functions map-remove, content-exists, call, get-function, unique-id, random, min, min
@extend @extend
indented syntax indented syntax
dedicated global scope dedicated global scope
@ -36,8 +36,8 @@ a special parser for plain css
``` ```
2020-03-30 2020-03-30
PASSING: 1608 PASSING: 1685
FAILING: 3485 FAILING: 3408
TOTAL: 5093 TOTAL: 5093
``` ```