• Joined on 2024-10-17
omicron pushed to main at omicron/linkshare 2025-05-09 01:39:36 +00:00
f7c72626ee Use cobra to turn linkctl into a proper cli
e66d800881 Add version package and update the makefile
9acc9a03aa Add basic database interaction
Compare 3 commits »
omicron pushed to main at omicron/linkshare 2025-05-09 01:36:42 +00:00
3ce3335695 Use cobra to turn linkctl into a proper cli
078a949dc4 SQUASHME update db error names
9f28796e8a Add version package and update the makefile
6998a0fa0a Add basic database interaction
Compare 4 commits »
omicron pushed to main at omicron/linkshare 2025-05-08 22:35:26 +00:00
3d8af35a89 REORDER ME into database
5145191c2b Add version package and update the makefile
cd0fb4edd2 Add basic database interaction
8a896b27d3 Add database schema
e4923b500a Move formatting to gofumpt (from gofmt)
Compare 5 commits »
omicron pushed to main at omicron/linkshare 2025-05-03 20:00:45 +00:00
d8092fc9d5 Initial commit
omicron renamed repository from link-share to omicron/linkshare 2025-05-03 16:41:04 +00:00
omicron pushed to main at omicron/linkshare 2025-04-30 22:11:22 +00:00
22f2ddf44f Initial commit
omicron created branch main in omicron/linkshare 2025-04-30 22:11:22 +00:00
omicron created repository omicron/linkshare 2025-04-30 21:44:01 +00:00
omicron deleted branch encoding_start from omicron/oas 2025-04-24 13:05:48 +00:00
omicron pushed to main at omicron/oas 2025-04-24 13:05:48 +00:00
7cefc3564d Implement one immediate label reference operand
c848995ad6 Implement two pass encoding
5272fdb227 Add more values to the ast to facilitate encoding
0acc3f27f3 Update symbols tests for new API
9c6b69e187 Symbol table now keeps track of label statements
Compare 6 commits »
omicron closed issue omicron/oas#14 2025-04-24 13:05:47 +00:00
first encoding pass should estimate/determine instruction size
omicron merged pull request omicron/oas#22 2025-04-24 13:05:47 +00:00
two pass encoding and resizing references
omicron created pull request omicron/oas#22 2025-04-24 13:04:25 +00:00
two pass encoding and resizing references
omicron pushed to encoding_start at omicron/oas 2025-04-24 12:47:38 +00:00
7cefc3564d Implement one immediate label reference operand
c848995ad6 Implement two pass encoding
Compare 2 commits »
omicron pushed to encoding_start at omicron/oas 2025-04-23 13:59:17 +00:00
0323e1282e Implement two pass encoding
5272fdb227 Add more values to the ast to facilitate encoding
0acc3f27f3 Update symbols tests for new API
Compare 3 commits »
omicron pushed to encoding_start at omicron/oas 2025-04-22 15:40:24 +00:00
eab2202f23 SQUASH/REWORD symbols tests
omicron pushed to encoding_start at omicron/oas 2025-04-22 00:17:21 +00:00
fab5bedf3d Implement two pass encoding
9a1570e3e5 Add more values to the ast to facilitate encoding
9c6b69e187 Symbol table now keeps track of label statements
Compare 3 commits »
omicron opened issue omicron/oas#21 2025-04-18 11:50:38 +00:00
multiple labels with the same name
omicron pushed to encoding_start at omicron/oas 2025-04-18 00:38:16 +00:00
79e0120d52 Add statement index to the symbol table
omicron pushed to encoding_start at omicron/oas 2025-04-17 21:31:01 +00:00
530e3fb423 Fix parse_memory_expression to use parse_label_reference