From e4843180c758bb3109cd2e0c413af54258b1ad2d Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:53:27 -0400 Subject: [PATCH] maps are implemented! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56a57a6..2d7a8da 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ cargo b --release The large features remaining are ``` @while -maps order of operations +keyword operators (and, or, not) @each special case certain functions (min, max, calc, element, expression, progid, url) variadic arguments -many builtin list functions +many builtin list functions (zip, index) all builtin selector functions -all builtin map functions +map-remove, content-exists, call, get-function, unique-id, random, min, min @extend indented syntax dedicated global scope @@ -36,8 +36,8 @@ a special parser for plain css ``` 2020-03-30 -PASSING: 1608 -FAILING: 3485 +PASSING: 1685 +FAILING: 3408 TOTAL: 5093 ```