Commit Graph

1184 Commits

Author SHA1 Message Date
dd939db924 Implement list 2023-09-29 16:33:46 -04:00
823bb31305 Remove semicolons from language 2023-09-29 13:03:55 -04:00
8bcf59f216 Rearrange tests; Add new tests 2023-09-29 12:42:37 -04:00
ad429b3563 Add equality operator 2023-09-29 09:17:21 -04:00
b308c1852f Add list support 2023-09-29 08:59:09 -04:00
3182e7c860 Add float support; Write tests 2023-09-29 08:21:38 -04:00
5877884877 Fix test 2023-09-29 07:57:17 -04:00
c9c7eb3173 Improve AST construction and errors 2023-09-29 07:17:11 -04:00
9994919127 Implement subtraction 2023-09-29 06:02:46 -04:00
91745af149 Implement control flow 2023-09-29 05:52:56 -04:00
8250d3cb8e Add example; Implement AST 2023-09-29 05:45:15 -04:00
4907dd9f8f Implement top-level API with docs 2023-09-29 02:53:31 -04:00
cdf79f8763 Implement closed and open statement 2023-09-29 00:16:51 -04:00
4983975e59 Improve addition implementation 2023-09-28 23:53:37 -04:00
adbd69b17c Run addition and subtration operations 2023-09-28 23:29:50 -04:00
589d66a90f Modify library for new parser 2023-09-28 15:58:01 -04:00
5fed0984a7 Set version 2023-09-25 02:39:39 -04:00
f531ddd1de Move dust tests to examples 2023-09-19 02:50:02 -04:00
8e92d8ee2b Add parentheses to tool suggestions 2023-09-18 02:05:12 -04:00
dc68f0307f Allow empty when calling "read_dir" 2023-09-18 01:58:28 -04:00
e858d21af0 Correct examples 2023-09-11 15:42:27 -04:00
0cd5629483 Correct example 2023-09-11 15:37:31 -04:00
ed38f28f84 Add example; Fix example in README 2023-09-11 15:23:13 -04:00
27cb9be5f5 Set default binary for "cargo run" 2023-09-10 03:58:22 -04:00
b8a12dad5a Fix errors 2023-09-08 06:06:51 -04:00
a5c2e6c49f Write test; Add toml tooling; Fix errors 2023-09-08 05:59:44 -04:00
0b79287132 Implement basic dust GUI 2023-08-30 18:18:06 -04:00
ca7051d24d Experiment with GUI binary 2023-08-30 17:21:30 -04:00
6c1dbeb009 Begin new GUI with Iced 2023-08-30 00:09:55 -04:00
5e8888e56b Change cargo version 2023-08-28 22:08:26 -04:00
88c4207aeb Edit docs; Fix subtraction bug 2023-08-28 22:07:20 -04:00
18e4fef62f Improve help output 2023-08-28 20:03:13 -04:00
1f10bde1b4 Write README 2023-08-28 19:21:41 -04:00
3bbb64d065 Add filtering help by group 2023-08-28 17:58:35 -04:00
478ccbb529 Add help tool 2023-08-28 17:45:55 -04:00
0a16edbc97 Clean up 2023-08-28 17:24:15 -04:00
fad8d97212 Add ANSI coloring 2023-08-28 17:15:05 -04:00
e528c09623 Replace reedline with rustyline 2023-08-28 16:14:55 -04:00
3cc62129c7 Run cargo update 2023-08-28 14:54:37 -04:00
02e62efe15 Remove GUI from dust binary 2023-08-28 14:28:59 -04:00
c85d807942 Replace system info dependency 2023-08-28 14:07:46 -04:00
3481551926 Run clippy --fix 2023-08-28 13:47:45 -04:00
21dae1ffad Update README 2023-08-28 10:26:16 -04:00
b48974224d Write docs 2023-08-28 10:12:41 -04:00
97ebe63f97 Change name in Cargo.toml; Fix file structure 2023-08-28 09:54:41 -04:00
cf544d3c7e Write docs 2023-08-28 09:51:04 -04:00
37604cc8f0 Fix example and clean up 2023-08-25 11:08:25 -04:00
491dd649cd Reimplement sort 2023-08-25 10:58:32 -04:00
46e2057b1c Fix examples 2023-08-25 10:49:05 -04:00
3d7b24299a Implement replace 2023-08-25 10:42:19 -04:00