24 Commits

Author SHA1 Message Date
f112326620
Added support for unary + 2023-04-06 09:51:14 -07:00
85a669e126
Added support for scientific notation 2023-04-01 18:29:01 -07:00
e0210a8f09
Cleanup 2023-04-01 16:43:33 -07:00
71d9aaa039
Added square root, fixed many parser bugs 2023-03-28 10:46:29 -07:00
1996693008
Rewrote parser 2023-03-27 21:22:29 -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
8a58d2182a
Fixed another tokenize bug 2023-03-26 10:15:15 -07:00
b71cbcafcd
Fixed negative bug 2023-03-26 09:54:25 -07:00
39c52782ca
Improved error formatting 2023-03-25 20:47:33 -07:00
f3b86c3c7a
Added prompt replacement 2023-03-25 10:32:51 -07:00
3e1fa97ce8
Cleanup 2023-03-25 09:54:07 -07:00
8430b0d15a
Split tokenizer 2023-03-24 23:06:44 -07:00
cafe1c9c64
Added Constants
Fixed treeify bug
2023-03-24 20:21:48 -07:00
0eec282cc2
Reworked prompt 2023-03-23 22:10:53 -07:00
a734bdc4fe
Added paren checks 2023-03-23 15:08:48 -07:00
c743d28f6c
Reworked parser, added support for unary operators 2023-03-22 22:51:48 -07:00
9f53847ed3
Added lookback parsing 2023-03-22 15:06:58 -07:00
af85e8a6d5
Rewrote parser 2023-03-22 10:53:38 -07:00
2d9eeffb39
Reorganized code, added basic error handling 2023-03-21 19:37:02 -07:00
b942e9dcf9
Fixed parser bugs
Added PreGroup unwrapper
Added token location tracking
2023-03-21 19:02:18 -07:00
83961409a7
Added basic number parser 2023-03-20 20:54:43 -07:00
145084b88f
Added word replacement
Added more operators

Cleaned up code
2023-03-20 11:36:43 -07:00
579f7f2ece
Cleanup, added more operators 2023-03-19 20:32:49 -07:00