1
0
Commit Graph

634 Commits

Author SHA1 Message Date
cc069df7ee Continue instruction rewrite 2024-12-08 08:01:15 -05:00
1fa958fd0b Restart instruction refactor 2024-12-08 06:04:01 -05:00
1c3c30ac21 Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
358436c470 Fix function parsing bug; Optimize strings 2024-12-04 06:38:24 -05:00
193653ff22 Add more optimizations to the VM 2024-12-04 05:10:53 -05:00
19c6a4d42a Fix a parsing bug; Add a benchmark for lua 2024-12-04 02:52:09 -05:00
67fa4fc9ce Add bench script; Remove bench data 2024-12-04 00:29:04 -05:00
95c811f3b5 Optimization experiments 2024-12-04 00:04:56 -05:00
9bd88483c4 Fix token display and update README.md 2024-12-03 18:46:21 -05:00
b692fd89c3 Add boolean chain short-circuiting 2024-12-03 18:24:26 -05:00
8f9e285214 Clean up 2024-12-03 17:11:02 -05:00
e241051870 Fix lexer bug 2024-12-03 16:57:35 -05:00
df4d0b1d73 Clean up 2024-12-03 16:16:26 -05:00
623f3b7812 Add tests 2024-12-03 16:14:58 -05:00
9b9d27820b Add tests 2024-12-03 16:03:23 -05:00
e660c0acfb Add tests; Support capital "E" in floats 2024-12-03 15:26:05 -05:00
544edaf5f4 Add new "add" tests; Allow adding strings to characters and visa versa 2024-12-03 14:12:40 -05:00
31a41581eb Add and rearrgange tests; Allow adding two characters into a string 2024-12-03 14:00:27 -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
eb083c2972 Add some more docs 2024-12-02 02:46:04 -05:00
40bace03f3 Display source with chunk disassembly 2024-12-02 01:20:05 -05:00
215601707b Clean up code and docs 2024-12-02 01:08:41 -05:00
3146e70bf1 Improve CLI 2024-12-01 21:17:22 -05:00
98e9a5ed21 Add more README.md content 2024-11-30 00:00:56 -05:00
3b23136eda Add some more README content 2024-11-29 22:43:13 -05:00
1ef5ddc013 Tweak example and native function logic 2024-11-29 18:10:03 -05:00
36da1d0d7c Add test 2024-11-29 16:24:37 -05:00
12ae935f50 Clean up chunk 2024-11-29 15:48:50 -05:00
dcb590fe07 Add docs 2024-11-29 12:39:51 -05:00
45a55eb12e Clean up VM jump hanlding 2024-11-29 12:07:58 -05:00
8b06af9634 Clean up Operation type 2024-11-29 11:55:38 -05:00
77cb82b9fe Fix bugs with new instruction features 2024-11-29 10:44:35 -05:00
ef01499e38 Use new instruction features 2024-11-28 06:33:29 -05:00
7e2ebf54c7 Use new instruction features 2024-11-28 05:36:10 -05:00
cc6a152f3c Refactor to use new instruction features 2024-11-28 05:02:51 -05:00
b574ecc4cb Clean up 2024-11-28 02:12:59 -05:00
dae5b7678c Clean up 2024-11-28 02:03:58 -05:00
5432001dff Pass all tests 2024-11-28 01:55:35 -05:00
8b360d0825 Continue fixing compiler for new instructions 2024-11-28 01:37:31 -05:00
54ae05844d Clean up 2024-11-28 01:11:54 -05:00
d7880480b5 Add destinations to instructions to support local destinations 2024-11-28 01:10:49 -05:00
ef22fa18b6 Continue fixing the compiler to work with the new instructions 2024-11-27 23:12:10 -05:00
cc963c544f Clean up 2024-11-27 20:36:58 -05:00
d83a470638 Begin fixing comiler to work with new instructions 2024-11-27 19:43:50 -05:00
a94cc11069 Refactor to use 64-bit instructions 2024-11-26 07:14:30 -05:00
c5e0d8ef1e Refactor to use 64-bit instructions 2024-11-26 01:15:31 -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
0cb96519e2 Fix bugs with arguments for native functions 2024-11-16 08:10:30 -05:00