0x4261756D
  • Joined on 2022-07-08
0x4261756D pushed to main at 0x4261756D/luaaaaah 2023-06-15 02:18:26 +02:00
2db53ce0db Split tokenizer into its own file
10c6bcd483 Deduplicate more tokenizer work and avoid constructing strings
317878dd3b deeduplicate code
a149609f03 Implement more states for the tokenizer
Compare 7 commits »
0x4261756D created repository 0x4261756D/luaaaaah 2023-06-15 02:15:17 +02:00
0x4261756D pushed to main at 0x4261756D/kurz 2023-02-06 16:04:03 +01:00
95133360ee Make imports work on all OSes
0x4261756D pushed to main at 0x4261756D/kurz 2023-02-06 15:01:12 +01:00
5aa365c681 Improve importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 06:08:34 +01:00
131386632f Fix tests
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 05:28:24 +01:00
476aa8bfb2 Implement importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 03:59:46 +01:00
4286fb4424 Start working on importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-17 20:19:24 +01:00
4064309b26 Make oob check write to stderr instead of stdout
296ee6c5c8 Add icons for VSCode
Compare 2 commits »
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-11 03:02:38 +01:00
d7c6cada32 remove decrease intrinsic+update editor support
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-11 02:34:13 +01:00
34f52ae864 Add array oob checks + improve test handling
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-09 12:35:54 +01:00
0448b56adf Improve diagnostics
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-09 12:23:53 +01:00
df3e1b027f Time interpretation
Compare 2 commits »
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-05 00:19:52 +01:00
2ce863c899 Add asm compilation and running
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-04 00:45:47 +01:00
ffdc54947b Improve queue runaway problems
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-03 22:05:20 +01:00
3d2cd64c6d Implement enough asm generation to compile rule110
870dcb105d Readd queue runaway optimizations in comparisons
a754602bde Readd queue runaway optimization in intToStr
84442e5eb9 Finish enough asm generation to compile tests/while.qbl
5bae80e9aa Assembly generation, WIP
Compare 8 commits »
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-23 14:49:23 +01:00
e3a1223ac9 WIP assembly gen
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 11:53:20 +01:00
97bd50fa55 Fix Conway test output
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 11:43:24 +01:00
fb37c4f58b Update conways
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 10:30:03 +01:00
6d31d5da98 Add Conways Game of Life
23c6ec8dad Add more intrinsics
Compare 2 commits »
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 05:44:25 +01:00
5682ee708c Add syntax highlighting for vscode