Commit Graph

29 Commits

Author SHA1 Message Date
2c374a1cd7 Begin adding unary operators 2024-08-12 05:44:05 -04:00
3b0c74010e Rename modules 2024-08-11 17:24:05 -04:00
cc188a233b Overhaul project structure 2024-08-03 20:23:52 -04:00
ad409b69f3 Run clippy and clean up everything 2024-07-12 10:20:52 -04:00
699576c4c7 Add use statements with pre-compile std library 2024-07-01 14:23:01 -04:00
a79cb0b3e1 Begin adding use statement 2024-07-01 10:40:36 -04:00
1e7636903e Add use token 2024-06-28 15:59:20 -04:00
34cea3518d Begin refactoring built-ins 2024-06-22 17:17:35 -04:00
a05d9016f2 Begin passing tests 2024-06-22 11:44:09 -04:00
880fb7cd1b Consolidate token symbols 2024-06-20 19:25:46 -04:00
c2d8bd299f Add enum parsing; Add assets for examples 2024-06-19 09:48:01 -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
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
7b78250eca Continue implementing as expression 2024-05-21 19:27:33 -04:00
8ea6b4be81 Begin implementing as expression 2024-05-21 17:07:12 -04:00
aadb51e1f1 Fix lexing and parsing errors 2024-05-20 17:15:05 -04:00
d9889ef2d8 Add comments to lexer 2024-04-27 02:22:26 -04:00
fb78798a1d Begin revising built-in functions 2024-04-21 17:00:08 -04:00
e1002b21d9 Clean up 2024-03-29 15:08:45 -04:00
966983920e Toy with chumsky and ariadne 2024-03-24 15:35:19 -04:00
2b797c19f7 Pass all tests 2024-03-24 09:10:49 -04:00
7263507e84 Refine error reports 2024-03-23 17:07:41 -04:00
004b7be27a Implement better standard library interface 2024-03-23 11:24:25 -04:00
eaff59c88d Continue standard library 2024-03-23 09:35:24 -04:00
e29e092875 Begin implementing async blocks 2024-03-20 17:05:37 -04:00
bb7cda1242 Fix lexer and all broken tests 2024-03-20 11:43:47 -04:00
9b74023ade Begin project restructure 2024-03-20 04:42:13 -04:00