Commit Graph

39 Commits

Author SHA1 Message Date
20e0ec0e3d Change string type to be passed by reference 2024-01-01 12:39:03 -05:00
318825d1b1 Merge branch 'main' into gui 2023-12-31 11:49:58 -05:00
0fa0a026f8 Improve error output; Add syntax error check 2023-12-31 11:46:56 -05:00
9a35dc5ec9 Fix parsing bug; Extend GUI 2023-12-30 12:02:58 -05:00
43ee989eec Improve Interpreter API 2023-12-29 16:27:13 -05:00
3c729bea6e Improve Map interface; Clean up 2023-12-29 14:52:51 -05:00
37a9a37c72 Fix type check bug 2023-12-29 14:35:52 -05:00
6be9204123 Improve Intepreter API for shell use 2023-12-29 14:01:54 -05:00
364ce9cb33 Fix async/function bug; Remove Table; Add packages 2023-12-22 15:02:22 -05:00
ce4d366bab Implement type checking for functions and indexes 2023-12-13 15:47:41 -05:00
0452243c08 Expand type checking 2023-12-09 17:55:47 -05:00
081d349783 Continue type check implementation 2023-11-29 20:59:58 -05:00
bc2615a1ed Begin changes for new type definitions 2023-11-29 19:23:42 -05:00
83390b53a7 Implement use statement; Rework value generation 2023-11-17 20:10:07 -05:00
781d475794 Add tree option to CLI args 2023-11-14 19:37:19 -05:00
2d85a3ee2b Improve soundness of Map type 2023-11-05 13:54:29 -05:00
e582f3cad3 Continue syntax revision 2023-10-31 09:31:10 -04:00
9c565e810e Use async function to read file input; Clean up 2023-10-30 18:30:41 -04:00
c721164d99 Remove unwrap errors 2023-10-30 15:42:06 -04:00
f33eef9c5a Prepare for new version 2023-10-29 19:31:06 -04:00
c2a5f5e972 Prepare for new version 2023-10-28 10:28:43 -04:00
335fc2e454 Clean up 2023-10-26 21:23:39 -04:00
a5390c5150 Add reference counting for map values 2023-10-26 16:00:06 -04:00
86499367fc Rename VariableMap to Map 2023-10-25 16:44:50 -04:00
8a38790f57 Write examples and highlight queries 2023-10-23 20:45:47 -04:00
3a5987a3d7 Clean up 2023-10-18 19:44:27 -04:00
39692b3bd7 Implement new grammar 2023-10-09 15:54:47 -04:00
8f0bc386b1 Begin function implementation; Clean up 2023-10-05 14:29:13 -04:00
0359fabf1a Add tree sitter submodule 2023-10-05 09:25:09 -04:00
7fa5dd0f54 Update internal API 2023-10-05 08:03:14 -04:00
a4660cbafb Improve internal API 2023-10-02 17:15:05 -04:00
4907dd9f8f Implement top-level API with docs 2023-09-29 02:53:31 -04:00
589d66a90f Modify library for new parser 2023-09-28 15:58:01 -04:00
97ebe63f97 Change name in Cargo.toml; Fix file structure 2023-08-28 09:54:41 -04:00
da780f4ae5 Add asset for examples; Fix examples 2023-08-25 10:27:48 -04:00
fde899bf3e Add type checks 2023-08-23 20:27:08 -04:00
39d3ca85ea Clean up project; Rename commands to tools 2023-08-23 20:21:29 -04:00
26a71585f0 Change command line arguments 2023-08-23 00:39:46 -04:00
ef57a42eb6 Migrate repository 2023-08-22 11:40:50 -04:00