1
0
Commit Graph

1397 Commits

Author SHA1 Message Date
1fa958fd0b Restart instruction refactor 2024-12-08 06:04:01 -05:00
78c9b65531 Reconfigure the "release" profile; Add the "perf" profile 2024-12-04 15:05:20 -05:00
1c3c30ac21 Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
e5742f6294 Refactor CLI 2024-12-04 07:38:24 -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
ab551fb883 Apply VM optimizations 2024-12-04 04:47:59 -05:00
19c6a4d42a Fix a parsing bug; Add a benchmark for lua 2024-12-04 02:52:09 -05:00
8ef54bd60a Update .gitignore 2024-12-04 00:40:24 -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
38380001ca Edit README.md 2024-12-03 18:38:47 -05:00
b692fd89c3 Add boolean chain short-circuiting 2024-12-03 18:24:26 -05:00
c2ca7fcc7a Modify and add logic tests 2024-12-03 17:20:29 -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
f25f658cd3 Add tests 2024-12-03 16:49:36 -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
372a438a7f Add tests 2024-12-03 15:33:26 -05:00
e660c0acfb Add tests; Support capital "E" in floats 2024-12-03 15:26:05 -05:00
827a3df815 Add math tests 2024-12-03 14:27:48 -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
85e1b5cff2 Improve CLI 2024-12-01 23:21:05 -05:00
299610e16f Improve log output 2024-12-01 21:31:43 -05:00
3146e70bf1 Improve CLI 2024-12-01 21:17:22 -05:00
dbf7dc53c2 Clean up README 2024-11-30 01:27:53 -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
9331ae1a40 Add some README 2024-11-29 19:47:34 -05:00
b976a37862 Add some docs 2024-11-29 19:13:53 -05:00
6a43225b61 Clean up .gitignore 2024-11-29 18:21:00 -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