Commit Graph

90 Commits

Author SHA1 Message Date
047c900193 Fixed missing sign print 2023-04-01 16:43:26 -07:00
5792bbcea9 typo 2023-04-01 15:43:12 -07:00
2c20b15386 Updated README 2023-04-01 14:21:02 -07:00
bb48a09cc7 Added decimal -> rational parsing 2023-04-01 14:20:11 -07:00
f97805b24e Disabled a few broken tests 2023-04-01 14:19:21 -07:00
1f0b9c0b3e Updated README 2023-04-01 13:51:03 -07:00
a38f68cd84 Added Quantity type 2023-04-01 13:50:52 -07:00
1181c5322f Added editorconfig 2023-03-31 12:03:06 -07:00
2a026927c1 Updated readme 2023-03-29 19:04:04 -07:00
2834c20c57 Added functions 2023-03-29 19:03:58 -07:00
de8c461a7b Improved printing 2023-03-29 19:03:53 -07:00
3126b4c616 Added sin function and expression printing 2023-03-29 10:40:33 -07:00
3d5dcf0694 Minor cleanup 2023-03-29 10:39:15 -07:00
52d848cc09 Updated README 2023-03-29 10:30:53 -07:00
57e5b64086 Updated README 2023-03-29 10:28:24 -07:00
0049b32670 Fixed cursor overflow 2023-03-29 10:01:05 -07:00
a90c00c18d Added basic math error checking 2023-03-28 14:36:53 -07:00
eb101439d9 fixed substitutions 2023-03-28 13:31:40 -07:00
ac57f13888 Updated README 2023-03-28 10:50:25 -07:00
7a9876ddd2 Cleaned up tests 2023-03-28 10:46:46 -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
fc4995847f Updated README 2023-03-27 22:13:53 -07:00
bcb90b503d Added cursor to promptbuffer 2023-03-27 22:13:14 -07:00
56521cbbcd Added ** exponentiation 2023-03-27 21:25:16 -07:00
e5b7aa2d1a Updated README 2023-03-27 21:23:14 -07:00
1996693008 Rewrote parser 2023-03-27 21:22:29 -07:00
0bfeea09ed Updated README 2023-03-27 11:00:14 -07:00
b3e0cd6699 Added version string 2023-03-27 10:59:11 -07:00
701c8435fb Added a few more tests 2023-03-27 10:56:48 -07:00
66559eaa8c Added license 2023-03-27 10:55:20 -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
1774c105f4 Fixed oop bug 2023-03-27 10:54:57 -07:00
fd0ddb72ab Added tests 2023-03-27 10:54:36 -07:00
1794042514 Restructured code 2023-03-27 09:47:02 -07:00
ca35c8d9e9 Fixed power associativity 2023-03-26 12:15:36 -07:00
47e8a021f9 Cleanup 2023-03-26 12:13:37 -07:00
a40ebb7500 Treeify now handles both left- and right-associative operators 2023-03-26 12:13:08 -07:00
c92670c918 Constant changes 2023-03-26 10:18:39 -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
b8e736af45 Branding 2023-03-25 21:38:59 -07:00
39c52782ca Improved error formatting 2023-03-25 20:47:33 -07:00
aca8fa072d Updated README 2023-03-25 20:10:37 -07:00
c167196809 Fixed syntax error location 2023-03-25 20:10:31 -07:00
934aeea082 Merge branch 'master' of ssh://git.betalupi.com:33/Mark/mariposa 2023-03-25 12:14:47 -07:00
75d01adf02 Added greeting 2023-03-25 12:14:05 -07:00
6a89171d71 Update 'README.md' 2023-03-25 10:55:08 -07:00
da9227f788 Updated README 2023-03-25 10:50:57 -07:00