|
cc188a233b
|
Overhaul project structure
|
2024-08-03 20:23:52 -04:00 |
|
|
473f0ee075
|
Begin adding hand-written parser for Dust
|
2024-08-03 18:40:27 -04:00 |
|
|
2f06b18c3c
|
Move type module out of abstract tree module
|
2024-08-02 16:33:40 -04:00 |
|
|
175d82d382
|
Fix and clean up interpreter changes
|
2024-07-28 13:11:42 -04:00 |
|
|
77e84f9fa8
|
Separate interpreter into its own module
|
2024-07-28 13:06:59 -04:00 |
|
|
02dd33ab1a
|
Add error; Clean up struct values
|
2024-07-28 12:52:07 -04:00 |
|
|
d3f5585d07
|
Add interpreter context management
|
2024-07-15 16:58:54 -04:00 |
|
|
501801b63e
|
Rearrange repo; Add rust example
|
2024-07-15 16:42:49 -04:00 |
|
|
a02cee0b9f
|
Add two new tests and refactor to pass them
|
2024-07-13 10:47:24 -04:00 |
|
|
3addb767fa
|
Normalize top-level API
|
2024-07-12 20:54:23 -04:00 |
|
|
2dbbc7b128
|
Make errors nice
|
2024-07-12 16:16:28 -04:00 |
|
|
c47d09fd1d
|
Add enum type validation
|
2024-07-12 16:04:47 -04:00 |
|
|
ad409b69f3
|
Run clippy and clean up everything
|
2024-07-12 10:20:52 -04:00 |
|
|
e84e022eed
|
Experiment with context scopes
|
2024-07-04 14:40:26 -04:00 |
|
|
7ec640a3a1
|
Improve error
|
2024-07-01 18:02:12 -04:00 |
|
|
7e152f9f51
|
Continue standard library implementation
|
2024-07-01 16:59:39 -04:00 |
|
|
699576c4c7
|
Add use statements with pre-compile std library
|
2024-07-01 14:23:01 -04:00 |
|
|
29bbcb019d
|
Add and pass validation test
|
2024-06-26 16:24:41 -04:00 |
|
|
37d54499da
|
Use rust-style turbofish
|
2024-06-24 13:48:31 -04:00 |
|
|
38ffd9b01b
|
Add validations
|
2024-06-24 10:26:38 -04:00 |
|
|
a5c5075e6b
|
Pass all tests
|
2024-06-24 10:09:07 -04:00 |
|
|
63f648c3ac
|
Pass all tests
|
2024-06-24 09:09:38 -04:00 |
|
|
2e9a523058
|
Continue fixing built-in functions
|
2024-06-24 08:17:06 -04:00 |
|
|
f106d64367
|
Simplify built-in functions
|
2024-06-24 05:26:49 -04:00 |
|
|
572d5a9d18
|
Finish built-in function refactoring
|
2024-06-22 19:44:33 -04:00 |
|
|
a05d9016f2
|
Begin passing tests
|
2024-06-22 11:44:09 -04:00 |
|
|
890baa5d51
|
Refactoring and troubleshooting
|
2024-06-22 07:46:10 -04:00 |
|
|
1cd101db3f
|
Refactor context
|
2024-06-22 06:36:59 -04:00 |
|
|
4b89ea0e96
|
Continue refactoring
|
2024-06-22 00:58:30 -04:00 |
|
|
88906fb6d7
|
Continue refactoring
|
2024-06-21 23:37:25 -04:00 |
|
|
0b8880ae55
|
Fix lots of parsing and type inferencing
|
2024-06-19 20:14:51 -04:00 |
|
|
fecc62811d
|
Improve type inference
|
2024-06-19 12:03:25 -04:00 |
|
|
0de25215b8
|
Implement basic enum instances
|
2024-06-19 10:48:22 -04:00 |
|
|
ed4820a137
|
Implement serde traits for Value
|
2024-06-19 04:56:56 -04:00 |
|
|
859d8db384
|
Implement serde for Value; Rework comment parsing
|
2024-06-19 03:32:51 -04:00 |
|
|
7c809fa764
|
Clean up and prettify parsing errors
|
2024-06-18 19:42:04 -04:00 |
|
|
b0d80ab867
|
Clean up; Add error for assignment without a value
|
2024-06-17 18:00:42 -04:00 |
|
|
cddf199156
|
Fix tests; Implement type generics
|
2024-06-17 17:38:24 -04:00 |
|
|
e448c9dd4c
|
Add type constructor
|
2024-06-17 10:10:06 -04:00 |
|
|
a0b754cc1c
|
Begin preparing for type expressions
|
2024-06-16 03:12:04 -04:00 |
|
|
f5bcf9511a
|
Continue implementing JSON parsing
|
2024-06-05 12:10:57 -04:00 |
|
|
f625568ced
|
Attempt to add JSON parsing
|
2024-06-04 14:47:15 -04:00 |
|
|
c8dfbda447
|
Add fs.read_file to standard library
|
2024-05-25 11:48:43 -04:00 |
|
|
f7bc43d7e3
|
Replace context inheritance with parental refs
|
2024-05-21 16:32:23 -04:00 |
|
|
9eb047a913
|
Revert to pratt parsing for all indexes
|
2024-05-18 16:21:46 -04:00 |
|
|
42f48e8d76
|
Improve syntax error reports
|
2024-05-18 14:27:42 -04:00 |
|
|
2b546e7b63
|
Add example; Clean up pratt parser
|
2024-04-27 03:40:05 -04:00 |
|
|
70face6765
|
Revise built-in functions; Add memory management
|
2024-04-22 01:51:34 -04:00 |
|
|
3d64883e2a
|
Continue revising built-in functions
|
2024-04-21 21:33:21 -04:00 |
|
|
fb78798a1d
|
Begin revising built-in functions
|
2024-04-21 17:00:08 -04:00 |
|