ConnorSkees
|
e820395cc5
|
refactor printing and parsing of quoted strings
|
2020-04-19 13:51:37 -04:00 |
|
ConnorSkees
|
f46d53d3cc
|
implement keyword operators
|
2020-04-01 17:40:35 -04:00 |
|
ConnorSkees
|
eb478b632d
|
initial implementation of maps
|
2020-03-30 15:44:06 -04:00 |
|
ConnorSkees
|
211a57ebdb
|
refactor tests for add/subtract to different files
|
2020-03-30 10:10:51 -04:00 |
|
ConnorSkees
|
6608fe3f2f
|
allow negative numbers multiplication
|
2020-03-30 00:38:46 -04:00 |
|
ConnorSkees
|
fb84361fae
|
parse comma separated lists (somewhat) properly
|
2020-03-20 10:59:16 -04:00 |
|
ConnorSkees
|
8a811dae9e
|
Properly parse spaced lists
|
2020-03-19 21:40:36 -04:00 |
|
ConnorSkees
|
0ad5e554b3
|
Add and subtract lists
|
2020-03-19 14:20:16 -04:00 |
|
ConnorSkees
|
d470074611
|
Improve chaining ops
|
2020-03-19 08:36:11 -04:00 |
|
ConnorSkees
|
103781e420
|
ident equality ignores quotekind
|
2020-03-18 17:23:38 -04:00 |
|
ConnorSkees
|
d560f13289
|
Refactor how numbers are printed
|
2020-03-17 12:47:27 -04:00 |
|
ConnorSkees
|
286f67b984
|
ident addition chaining
|
2020-03-01 07:42:12 -05:00 |
|
ConnorSkees
|
b85b122e3d
|
Preserve case of keywords from , to , and through
|
2020-02-29 12:11:40 -05:00 |
|
ConnorSkees
|
906ca62a37
|
By default emit double quotes
|
2020-02-24 20:06:07 -05:00 |
|
ConnorSkees
|
9f81efe812
|
Print quotes properly when string contains quotes
|
2020-02-24 19:49:24 -05:00 |
|
ConnorSkees
|
6c5cf4b405
|
properly escape backslashes
|
2020-02-24 19:13:28 -05:00 |
|
ConnorSkees
|
c4d365a124
|
Create spaced list when values are adjacent
|
2020-02-24 19:05:50 -05:00 |
|
ConnorSkees
|
fba6f2eb73
|
Properly emit quotes after interpolation
|
2020-02-24 18:58:09 -05:00 |
|
ConnorSkees
|
ef4a9e9ded
|
Strings can start with # and don't have to be colors
|
2020-02-23 07:41:00 -05:00 |
|
ConnorSkees
|
fa665ae55f
|
color addition is undefined
|
2020-02-17 10:39:32 -05:00 |
|
ConnorSkees
|
4238124344
|
fmt tests
|
2020-02-16 15:34:07 -05:00 |
|
ConnorSkees
|
3512873363
|
Properly print negative decimals
|
2020-02-16 15:30:31 -05:00 |
|
ConnorSkees
|
cdf057f8d0
|
fmt tests
|
2020-02-16 12:44:02 -05:00 |
|
ConnorSkees
|
042c5f4f2f
|
Null should not be preserved
|
2020-02-16 10:27:51 -05:00 |
|
ConnorSkees
|
4c70b84ed7
|
Calls to undefined functions should be treated as idents
|
2020-02-09 20:26:14 -05:00 |
|
ConnorSkees
|
76b2685894
|
Lex and parse named colors
|
2020-02-07 00:10:43 -05:00 |
|
ConnorSkees
|
6607101d4d
|
Implement Add for more types
|
2020-02-03 15:36:11 -05:00 |
|
ConnorSkees
|
89060a0e83
|
Implement ident substraction
|
2020-02-02 14:46:58 -05:00 |
|
ConnorSkees
|
ffff80109b
|
Implement ident addition
|
2020-02-02 11:17:23 -05:00 |
|
ConnorSkees
|
b8bacbde8b
|
Refactor tests into separate files
|
2020-02-01 23:09:22 -05:00 |
|