Commit Graph

79 Commits

Author SHA1 Message Date
be043af4f0 Cleaned up a few panic!()s 2023-07-28 09:36:25 -07:00
73049eeec4 Cleanup 2023-06-17 19:08:05 -07:00
1495dcd561 Renamed token and pretoken 2023-06-16 12:58:06 -07:00
6bd7043971 Added define operator 2023-06-14 20:18:28 -07:00
00a421756d Reorganized variable code 2023-06-14 16:15:51 -07:00
2dec478b74 Added "ans" variable 2023-06-14 14:04:32 -07:00
061f58ba53 Added nounit and tobase functions 2023-06-14 09:24:34 -07:00
24b221bf42 Added "per" division 2023-06-14 08:59:06 -07:00
9fdabb80d3 Added constant generation 2023-06-13 20:15:10 -07:00
a6bcbd5f66 Added no_space parameter for units 2023-06-13 09:13:24 -07:00
e816cea236 Fixed unit multiplication prettyprint 2023-06-11 15:16:00 -07:00
7382627041 Fixed mph/mpg behavior 2023-06-11 15:05:17 -07:00
af2eb39fd5 Restructured packages 2023-06-11 13:53:45 -07:00
156b94c937 Whitespace 2023-06-07 14:37:23 -07:00
b2a809ea8b Added more units 2023-04-13 20:11:20 -07:00
1f0f7e0ac9 Added prefix foundation 2023-04-13 08:05:52 -07:00
600c5f76cc Added unit conversion prototype 2023-04-11 11:48:15 -07:00
7ecdfae6fc Minor bug 2023-04-11 11:32:42 -07:00
175261b5c0 Compound unit foundation 2023-04-10 21:03:16 -07:00
a38293c247 Added unit fromstring 2023-04-09 08:39:36 -07:00
e9d4ec0b12 Cleanup 2023-04-08 20:40:35 -07:00
fb9cc03bb9 Reorganized quantity 2023-04-08 20:26:07 -07:00
5b8dd2f703 Added basic units (incomplete) 2023-04-08 16:47:47 -07:00
e4667eb998 Reorganized quantities 2023-04-07 18:11:20 -07:00
24a07c1af0 Fixed treeify 2023-04-07 11:38:16 -07:00
82b577568c Fixed unary + at start 2023-04-07 09:37:39 -07:00
9b099bb408 Fixed decimal parsing 2023-04-07 09:33:55 -07:00
88078fea5a Fixed unary "+" bug 2023-04-07 09:27:15 -07:00
aeacd8746d Fixed negation 2023-04-07 08:46:44 -07:00
b6acbcee6b Cleanup 2023-04-06 10:31:02 -07:00
f112326620 Added support for unary + 2023-04-06 09:51:14 -07:00
c3686172cd Improved operator ordering 2023-04-06 09:35:52 -07:00
aa90d798c9 Fixed prompt cursor adjustment 2023-04-04 10:22:32 -07:00
d3d13a64ff Minor changes 2023-04-01 19:05:40 -07:00
85a669e126 Added support for scientific notation 2023-04-01 18:29:01 -07:00
52a508cd98 Groupify refactor 2023-04-01 18:28:31 -07:00
bb200548f1 Reworked lookback 2023-04-01 16:43:58 -07:00
e0210a8f09 Cleanup 2023-04-01 16:43:33 -07:00
5792bbcea9 typo 2023-04-01 15:43:12 -07:00
bb48a09cc7 Added decimal -> rational parsing 2023-04-01 14:20:11 -07:00
a38f68cd84 Added Quantity type 2023-04-01 13:50:52 -07:00
3d5dcf0694 Minor cleanup 2023-03-29 10:39:15 -07:00
eb101439d9 fixed substitutions 2023-03-28 13:31:40 -07:00
71d9aaa039 Added square root, fixed many parser bugs 2023-03-28 10:46:29 -07:00
6db5137b56 Cleaned up code 2023-03-28 09:35:49 -07:00
bcb90b503d Added cursor to promptbuffer 2023-03-27 22:13:14 -07:00
1996693008 Rewrote parser 2023-03-27 21:22:29 -07:00
4eb476c2b7 Fixed unary operators 2023-03-27 10:55:14 -07:00
d2f03976f8 Fixed negative syntax bug 2023-03-27 10:55:06 -07:00
1794042514 Restructured code 2023-03-27 09:47:02 -07:00