Eduard Urbach ed
ed pushed to main at ed/home 2025-06-26 13:21:14 +00:00
c04af12b8e Updated config
ed pushed to main at ed/home 2025-06-26 11:38:09 +00:00
6d7312c465 Updated config
ed pushed to main at ed/home 2025-06-25 14:56:04 +00:00
dea8315917 Updated config
ed pushed to main at cli/q 2025-06-24 10:55:38 +00:00
70c2da4a4d Implemented an assembler
ed pushed to main at cli/q 2025-06-23 21:11:17 +00:00
2b703e9af2 Improved SSA and added unused value checks
ed pushed to main at cli/q 2025-06-23 14:19:41 +00:00
cc2e98ca49 Added a linker
ed pushed to main at cli/q 2025-06-23 09:49:51 +00:00
3ae47f93eb Added arm package
ed pushed to main at cli/q 2025-06-23 09:46:15 +00:00
bac5986425 Added x86 package
ed pushed to main at cli/q 2025-06-23 09:44:12 +00:00
9b2b2578f5 Added x86 package
ed pushed to main at cli/q 2025-06-22 22:17:41 +00:00
31c5ed614c Implemented compilation to SSA form
ed pushed to main at cli/q 2025-06-22 22:12:46 +00:00
c806ef34ed Updated dependencies
ed pushed to main at cli/q 2025-06-22 22:10:34 +00:00
d1ce1ef839 Implemented compilation to SSA form
ed pushed to main at cli/q 2025-06-22 13:23:10 +00:00
f7be86a3d9 Improved fs.Walk performance on Mac
ed pushed to main at cli/q 2025-06-22 12:36:00 +00:00
ca91cd693c Improved scanner test coverage
ed pushed to main at cli/q 2025-06-21 19:28:34 +00:00
320e023d74 Improved parameter handling
ed pushed to main at cli/q 2025-06-21 18:31:55 +00:00
3717a61414 Moved expression.Parse tests to a separate file
ed pushed to main at cli/q 2025-06-21 18:27:28 +00:00
ad20fdb477 Simplified ssa.Instruction fields
ed pushed to main at cli/q 2025-06-21 18:18:43 +00:00
eb08b3bb37 Added expression package
ed pushed to main at go/web 2025-06-21 09:37:59 +00:00
4c19cd0e99 Added support for io.ReadAll on requests
ed pushed to main at cli/q 2025-06-20 21:43:13 +00:00
14bccadd0f Implemented a basic API for SSA