• Joined on 2024-10-17
omicron opened issue omicron/oas#15 2025-04-15 23:22:34 +00:00
the last instruction fails to parse if it's a zero operand instruction
omicron opened issue omicron/oas#14 2025-04-15 13:52:28 +00:00
first encoding pass should estimate/determine instruction size
omicron opened issue omicron/oas#13 2025-04-15 12:48:44 +00:00
operand_size_t is in between exact values and masks, clean that up
omicron pushed to encoding_start at omicron/oas 2025-04-14 22:06:50 +00:00
7b2cee0533 Add first encoding pass
3a164de8d4 Add register and number values to AST nodes
32ca7b942c Add initial limited opcode data
43ea0042b6 Add registers data table
Compare 4 commits »
omicron opened issue omicron/oas#12 2025-04-14 21:47:47 +00:00
Add error list of some kind
omicron pushed to encoding_start at omicron/oas 2025-04-09 17:51:01 +00:00
b16ba10b0d Add symbols tests
678e71129d initial symbol table implementation
fba3cd6660 Add .import and .export to the input test file
cf59c1e75b Make main properly return with failure on parsing errors
c932c3c609 Add .import and .export directive to the grammar and parser
Compare 8 commits »
omicron commented on issue omicron/oas#10 2025-04-08 23:21:09 +00:00
parsing error for comment followed by label

Fixed by #11

omicron closed issue omicron/oas#10 2025-04-08 23:21:09 +00:00
parsing error for comment followed by label
omicron pushed to main at omicron/oas 2025-04-08 23:20:46 +00:00
92c63092a1 Add regression test for trivia at the head of tokenlist
5560de2904 Make sure parse skips past initial trivia in the tokenlist
Compare 2 commits »
omicron deleted branch parse_issue_10 from omicron/oas 2025-04-08 23:20:46 +00:00
omicron merged pull request omicron/oas#11 2025-04-08 23:20:44 +00:00
parse_issue_10
omicron created pull request omicron/oas#11 2025-04-08 23:20:28 +00:00
parse_issue_10
omicron created branch parse_issue_10 in omicron/oas 2025-04-08 23:19:00 +00:00
omicron pushed to parse_issue_10 at omicron/oas 2025-04-08 23:19:00 +00:00
92c63092a1 Add regression test for trivia at the head of tokenlist
5560de2904 Make sure parse skips past initial trivia in the tokenlist
Compare 2 commits »
omicron pushed to encoding_start at omicron/oas 2025-04-08 22:17:38 +00:00
ff1927a5c6 Add symbols tests
7223c31154 initial symbol table implementation
8025f7f8e8 Add .import and .export to the input test file
41867694e2 Make main properly return with failure on parsing errors
7596e54191 Add .import and .export directive to the grammar and parser
Compare 6 commits »
omicron opened issue omicron/oas#10 2025-04-08 20:20:10 +00:00
parsing error for comment followed by label
omicron pushed to encoding_start at omicron/oas 2025-04-08 20:01:04 +00:00
d7a6f39068 Add more symbols tests
8c62924b63 expose symbols table errors in the header
Compare 2 commits »
omicron pushed to encoding_start at omicron/oas 2025-04-08 19:05:04 +00:00
347512e599 Add tests for all 4 kinds of symbols being added
abf5e3063a Implement support for import and export directives in the symbols table
ac45c1ea84 Add symbols tests
b514f5d78b Fix bug in symbol_table_add where it did not increment the length
2710784872 fix parse_immediate to accept label_reference instead of identifier
Compare 5 commits »
omicron created branch encoding_start in omicron/oas 2025-04-07 08:54:50 +00:00
omicron pushed to encoding_start at omicron/oas 2025-04-07 08:54:50 +00:00
b38b5d220a Add .import and .export to the input test file
9549951fe1 Make main properly return with failure on parsing errors
0afc1d869a Add .import and .export directive to the grammar and parser
d3141e764c initial symbol table implementation
Compare 4 commits »