0x4261756D
  • Joined on 2022-07-08
0x4261756D created repository 0x4261756D/grammar_fun 2023-07-09 01:54:51 +00:00
0x4261756D pushed to main at 0x4261756D/luaaaaah 2023-06-15 04:45:33 +00:00
bee2fcb62b Start working on a parser
0x4261756D pushed to main at 0x4261756D/luaaaaah 2023-06-15 00:18:26 +00: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 00:15:17 +00:00
0x4261756D pushed to main at 0x4261756D/kurz 2023-02-06 15:04:03 +00:00
95133360ee Make imports work on all OSes
0x4261756D pushed to main at 0x4261756D/kurz 2023-02-06 14:01:12 +00:00
5aa365c681 Improve importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 05:08:34 +00:00
131386632f Fix tests
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 04:28:24 +00:00
476aa8bfb2 Implement importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-23 02:59:46 +00:00
4286fb4424 Start working on importing
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-17 19:19:24 +00: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 02:02:38 +00:00
d7c6cada32 remove decrease intrinsic+update editor support
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-11 01:34:13 +00:00
34f52ae864 Add array oob checks + improve test handling
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-09 11:35:54 +00:00
0448b56adf Improve diagnostics
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-09 11:23:53 +00:00
df3e1b027f Time interpretation
Compare 2 commits »
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-04 23:19:52 +00:00
2ce863c899 Add asm compilation and running
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-03 23:45:47 +00:00
ffdc54947b Improve queue runaway problems
0x4261756D pushed to main at 0x4261756D/kurz 2023-01-03 21:05:20 +00: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 13:49:23 +00:00
e3a1223ac9 WIP assembly gen
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 10:53:20 +00:00
97bd50fa55 Fix Conway test output
0x4261756D pushed to main at 0x4261756D/kurz 2022-12-22 10:43:24 +00:00
fb37c4f58b Update conways