Connor Skees
|
d360af2cd6
|
improve code coverage
|
2021-07-21 09:17:37 -04:00 |
|
Connor Skees
|
be9eb8e0b0
|
improve code coverage
also identified dead code and a bug in saturation and hue fns
|
2021-07-14 01:40:11 -04:00 |
|
Connor Skees
|
befcb15cb5
|
!default variables can override if the value is null
|
2020-08-17 02:42:43 -04:00 |
|
Connor Skees
|
c35fa2b8eb
|
deny non-numeric argument passed to unitless
|
2020-08-16 20:14:54 -04:00 |
|
Connor Skees
|
a665cb13cc
|
remove cfg(test) from test files
|
2020-08-11 20:22:24 -04:00 |
|
Connor Skees
|
53cf2816e0
|
use None to represent NaN
|
2020-07-26 19:38:41 -04:00 |
|
ConnorSkees
|
402d7bf8e6
|
unignore passing tests
|
2020-06-23 04:28:54 -04:00 |
|
ConnorSkees
|
425c36be86
|
improve tests for feature-exists
|
2020-05-13 00:19:21 -04:00 |
|
ConnorSkees
|
e1db99351a
|
more tests for type-of
|
2020-04-26 23:14:22 -04:00 |
|
ConnorSkees
|
c4de587f4e
|
investigate feature complete inspect()
|
2020-04-26 18:27:08 -04:00 |
|
ConnorSkees
|
637dc39544
|
prefer #[ignore] over commenting out tests
|
2020-04-25 12:16:10 -04:00 |
|
ConnorSkees
|
9790846c99
|
inspect comma separated list of comma separated lists
|
2020-04-20 03:07:02 -04:00 |
|
ConnorSkees
|
715f6fb94a
|
inspect single value lists
|
2020-04-20 02:55:55 -04:00 |
|
ConnorSkees
|
60c16de830
|
inspect([]) => []
|
2020-04-03 16:53:45 -04:00 |
|
ConnorSkees
|
39031aefff
|
initial implementation of varargs
|
2020-04-02 13:33:26 -04:00 |
|
ConnorSkees
|
6df6bcf1da
|
refactor value parsing
|
2020-04-01 15:32:52 -04:00 |
|
ConnorSkees
|
07505399da
|
remove the lexer
|
2020-03-29 19:42:27 -04:00 |
|
ConnorSkees
|
4b529a1236
|
proper error messages in (mixin|function)-exists
|
2020-03-23 15:22:16 -04:00 |
|
ConnorSkees
|
e6f2c26bc6
|
type-of(!important) returns 'string'
|
2020-03-23 15:13:19 -04:00 |
|
ConnorSkees
|
68d2bc7e17
|
global variables feature-exists
|
2020-03-23 15:06:04 -04:00 |
|
ConnorSkees
|
d0b56c57d2
|
handle quoted strings in variable-exists
|
2020-03-23 14:34:03 -04:00 |
|
ConnorSkees
|
87462490ac
|
Handle empty lists ()
|
2020-03-20 20:01:57 -04:00 |
|
ConnorSkees
|
2db2ab10ca
|
feature-exists units-level-3
|
2020-03-19 23:53:29 -04:00 |
|
ConnorSkees
|
8a811dae9e
|
Properly parse spaced lists
|
2020-03-19 21:40:36 -04:00 |
|
ConnorSkees
|
1c4be96f73
|
Add tests for precision rounding
|
2020-03-17 10:28:04 -04:00 |
|
ConnorSkees
|
906ca62a37
|
By default emit double quotes
|
2020-02-24 20:06:07 -05:00 |
|
ConnorSkees
|
95f8917d6c
|
Uncomment meta function tests
|
2020-02-16 21:42:40 -05:00 |
|
ConnorSkees
|
4585558266
|
Add (variable|function|mixin)-exists builtin functions
|
2020-02-08 17:41:54 -05:00 |
|
ConnorSkees
|
29917d95d4
|
Handle == and !=
|
2020-02-08 15:53:57 -05:00 |
|
ConnorSkees
|
76b2685894
|
Lex and parse named colors
|
2020-02-07 00:10:43 -05:00 |
|
ConnorSkees
|
ed44f125f7
|
Add builtin function inspect()
|
2020-02-03 15:18:12 -05:00 |
|
ConnorSkees
|
f0185855c0
|
Add more feature-exists tests for unimplemented features
|
2020-02-03 15:08:14 -05:00 |
|
ConnorSkees
|
816688cb84
|
Implement unitless builtin function
|
2020-02-03 08:10:55 -05:00 |
|
ConnorSkees
|
901bdcae3b
|
Implement type-of builtin function
|
2020-02-03 07:56:21 -05:00 |
|
ConnorSkees
|
c92781a20e
|
Add unit function
|
2020-02-03 07:35:04 -05:00 |
|
ConnorSkees
|
e57a189c77
|
Handle quotes in feature-exists
|
2020-02-03 07:27:57 -05:00 |
|
ConnorSkees
|
8eb9620a1a
|
Refactor builtin function declaration
|
2020-02-03 07:11:35 -05:00 |
|