Connor Skees
|
a813cab0d7
|
remove generics from utility fns
|
2020-07-09 11:56:58 -04:00 |
|
Ivan Tham
|
85a5b005cb
|
refactor keyframes and number parsing logic
|
2020-07-05 09:35:42 -04:00 |
|
Connor Skees
|
827225a143
|
initial implementation of @keyframes
|
2020-07-04 20:50:53 -04:00 |
|
Connor Skees
|
8622efc7be
|
deny exponents over 2 digits
this is done in order to avoid hangs on small inputs.
|
2020-06-28 07:02:12 -04:00 |
|
Connor Skees
|
c7608fce4e
|
convert immutable Strings to Box<str> in Pseudo
|
2020-06-28 05:10:34 -04:00 |
|
ConnorSkees
|
47c4a421ac
|
upgrade dependencies
|
2020-06-19 22:47:06 -04:00 |
|
ConnorSkees
|
5fc3748472
|
remove most remaining unwraps
|
2020-06-18 03:09:24 -04:00 |
|
ConnorSkees
|
c1b5ff5730
|
prettify imports
|
2020-06-16 20:00:11 -04:00 |
|
ConnorSkees
|
ec83a9dff7
|
clippy
|
2020-05-24 17:41:24 -04:00 |
|
ConnorSkees
|
b5c1fb2013
|
ignore non-ascii numeric characters in numbers
|
2020-05-24 13:08:31 -04:00 |
|
ConnorSkees
|
bc12c0b4e7
|
refactor number parsing to reduce nesting
|
2020-05-23 01:49:21 -04:00 |
|
ConnorSkees
|
03316161a8
|
remove superfluous is_float variable
|
2020-04-28 15:49:19 -04:00 |
|
ConnorSkees
|
bc09e49c89
|
remove is_float field of ParsedNumber
|
2020-04-28 15:28:50 -04:00 |
|
ConnorSkees
|
bcbf3f4a90
|
clippy
|
2020-04-28 15:14:44 -04:00 |
|
ConnorSkees
|
a9ec7ff73f
|
fix issue where only 0 would be emitted for non-scientific-notation numbers
|
2020-04-28 14:49:00 -04:00 |
|
ConnorSkees
|
a183a9ffa2
|
optimize parsing of numbers
This makes parsing of floats roughly 10x faster
|
2020-04-28 13:18:54 -04:00 |
|
ConnorSkees
|
2ee4396978
|
handle scientific notation in numbers
|
2020-04-28 12:15:10 -04:00 |
|
ConnorSkees
|
3805eaab2b
|
clippy
|
2020-04-21 18:22:26 -04:00 |
|
ConnorSkees
|
c031286c9a
|
refactor number and interpolation utils to separate file
|
2020-04-20 14:49:29 -04:00 |
|