• Joined on 2025-01-15
shylie pushed to compile at shylie/stakr 2026-07-01 14:19:56 -04:00
d19129d676 Fix extraneous copy after assignment not being removed
shylie pushed to compile at shylie/stakr 2026-07-01 13:22:06 -04:00
9f6428520a Fix arrow direction for if branches
shylie pushed to compile at shylie/stakr 2026-07-01 13:19:55 -04:00
5b3f3bbb0b Fix incorrect assumption that a composite node will have children
shylie pushed to compile at shylie/stakr 2026-07-01 13:16:28 -04:00
6b32daffe0 Add proper assignment handling
3310fc311f Fix >4bit value parsing
Compare 2 commits »
shylie pushed to compile at shylie/stakr 2026-06-30 12:42:50 -04:00
0de020c053 Fix value returning from functions
shylie pushed to compile at shylie/stakr 2026-06-30 09:20:49 -04:00
69bd6feb07 Fix portion of graphviz output ignoring debug
shylie pushed to compile at shylie/stakr 2026-06-30 09:08:20 -04:00
79a1e57c1e Add Graphviz DOT graphing
shylie pushed to compile at shylie/stakr 2026-06-29 17:10:49 -04:00
195512d14f Add basic control-flow tracking
shylie pushed to compile at shylie/stakr 2026-06-24 17:24:18 -04:00
bb11c622d0 WIP support for out-of-order stack operands
shylie pushed to compile at shylie/stakr 2026-06-24 08:18:25 -04:00
afaebca206 Modify some of the stack manipulation instructions
shylie pushed to compile at shylie/stakr 2026-06-19 11:02:10 -04:00
91cf64e3f4 Add return node to handle returns properly
shylie pushed to compile at shylie/stakr 2026-06-19 10:52:29 -04:00
e237966a62 Support use-count tracking?
shylie pushed to compile at shylie/stakr 2026-06-14 09:46:39 -04:00
d7f108ca23 Handle branching
shylie pushed to compile at shylie/stakr 2026-06-13 19:18:35 -04:00
50f8d91756 Add function variables in symbol table, add function call expressions
shylie pushed to main at shylie/bedstead 2026-06-11 23:42:44 -04:00
f2fc387276 Update editor to work directly with clipboard
45029ca223 Add some nerd font symbols
Compare 2 commits »
shylie created repository shylie/bedstead 2026-06-11 17:32:09 -04:00
shylie transferred repository shylie/bedstead to mirror/bedstead 2026-06-11 17:31:53 -04:00
shylie pushed to compile at shylie/stakr 2026-06-11 16:24:18 -04:00
17e81b527e Fix underscore count
shylie pushed to compile at shylie/stakr 2026-06-11 10:15:28 -04:00
66f95184f8 Improve error messages, print out entire stack in vm
shylie pushed to compile at shylie/stakr 2026-06-11 09:56:10 -04:00
0e3a5a57f1 Use colors in the error message more