1
0
Commit Graph

41 Commits

Author SHA1 Message Date
3aed724649 Get all tests and source compiling without warnings 2024-12-10 03:34:41 -05:00
358436c470 Fix function parsing bug; Optimize strings 2024-12-04 06:38:24 -05:00
95c811f3b5 Optimization experiments 2024-12-04 00:04:56 -05:00
672f10e15a Begin adding new tests 2024-12-03 13:35:47 -05:00
636bd7ce5b Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
d7880480b5 Add destinations to instructions to support local destinations 2024-11-28 01:10:49 -05:00
a57268fcba Fix tests 2024-11-27 21:13:35 -05:00
d83a470638 Begin fixing comiler to work with new instructions 2024-11-27 19:43:50 -05:00
fbaf59abe2 Refactor to use 64-bit instructions 2024-11-25 20:43:18 -05:00
e04ead3848 Refactor library and CLI 2024-11-17 20:32:53 -05:00
0f3924341f Continue adding type evaluations 2024-11-16 05:16:51 -05:00
960931ce6e Begin wrapping up overhaul 2024-11-16 01:29:21 -05:00
73247446c7 Major overhaul to VM 2024-11-10 19:28:21 -05:00
8af8e48ebd Begin large refactor to enhance type handling 2024-11-09 21:40:33 -05:00
d82aed1a93 Begin refactoring to avoid mutating locals in the chunk 2024-11-09 13:49:02 -05:00
e99a7b5e1e Rename Parser to Compiler 2024-11-06 15:40:37 -05:00
8c72e921dc Rework how scopes work to support excluding sibling scopes 2024-11-05 12:44:16 -05:00
0e7aae79f9 Change identifiers to be constant values 2024-11-04 18:07:58 -05:00
a2e7a4e73e Begin removing chunk errors; Use constants for identifiers 2024-11-04 15:38:58 -05:00
1947d66be5 Overhaul implicit returns and add lots of new native functions 2024-11-02 21:24:41 -04:00
cc188a233b Overhaul project structure 2024-08-03 20:23:52 -04:00
a02cee0b9f Add two new tests and refactor to pass them 2024-07-13 10:47:24 -04:00
f3fe03a95f Fix function context bug 2024-07-11 17:22:30 -04:00
1794f7559c Clean up 2024-07-11 08:10:12 -04:00
48f3ccdd58 Fix inheritance; Add a test 2024-07-09 23:01:54 -04:00
699576c4c7 Add use statements with pre-compile std library 2024-07-01 14:23:01 -04:00
a177f19f28 Pass all tests 2024-06-24 16:48:39 -04:00
97268c272e Use rust-style type parameter syntax 2024-06-24 13:54:37 -04:00
37d54499da Use rust-style turbofish 2024-06-24 13:48:31 -04:00
799467b25b Reduce ambiguity for function parsing 2024-06-18 21:44:22 -04:00
7c809fa764 Clean up and prettify parsing errors 2024-06-18 19:42:04 -04:00
a0b754cc1c Begin preparing for type expressions 2024-06-16 03:12:04 -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
200a5d9127 Add type argument test 2024-03-29 15:52:02 -04:00
f1f4d48d3a Remove redundant source position info from AST 2024-03-25 01:36:33 -04:00
e50b231958 Overhaul AST 2024-03-25 00:16:55 -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
bb7cda1242 Fix lexer and all broken tests 2024-03-20 11:43:47 -04:00
177888c962 Move tests 2024-03-20 06:56:20 -04:00