• Joined on 2024-10-17
omicron pushed to build_system_upgrade at omicron/oas 2025-04-03 21:16:04 +00:00
omicron created branch object_format in omicron/oas 2025-04-02 22:51:24 +00:00
omicron pushed to object_format at omicron/oas 2025-04-02 22:51:24 +00:00
3db9fd9b8f Added object file format spec
omicron opened issue omicron/oas#6 2025-04-02 19:58:01 +00:00
Add unit testing
omicron opened issue omicron/oas#5 2025-04-02 19:56:51 +00:00
Explore options for error reporting after parsing
omicron opened issue omicron/oas#4 2025-04-02 19:55:19 +00:00
Implement character and string literals in the lexer
omicron pushed to main at omicron/oas 2025-04-02 19:53:50 +00:00
0d3881f680 Update the test input file to contain all AST nodes
5ea942024f add functionality to main to parse and print the ast
b4757e008c Add parse_result_wrap to wrap a result with another parent node
b70b6896bf Partial parser implementation
6ca7bb3661 Fix incorrect size comparison in lexer_consume_n
Compare 15 commits »
omicron deleted branch parser_start from omicron/oas 2025-04-02 19:53:50 +00:00
omicron merged pull request omicron/oas#3 2025-04-02 19:53:48 +00:00
implement parsing
omicron pushed to parser_start at omicron/oas 2025-04-02 19:43:36 +00:00
0d3881f680 Update the test input file to contain all AST nodes
5ea942024f add functionality to main to parse and print the ast
b4757e008c Add parse_result_wrap to wrap a result with another parent node
b70b6896bf Partial parser implementation
6ca7bb3661 Fix incorrect size comparison in lexer_consume_n
Compare 9 commits »
omicron created pull request omicron/oas#3 2025-04-02 17:33:54 +00:00
WIP: implement parsing
omicron pushed to parser_start at omicron/oas 2025-04-02 13:51:14 +00:00
d40273b329 Fix parse_operand
omicron pushed to parser_start at omicron/oas 2025-04-02 13:41:11 +00:00
000756fca9 More grammar
omicron deleted branch actions_test from omicron/oas 2025-04-02 11:40:06 +00:00
omicron pushed to parser_start at omicron/oas 2025-04-02 11:28:00 +00:00
dabd3fd86f Slightly change the valid test input file
ccf8f52b6e add functionality to main to parse and print the ast
35c471f8d4 Partial parser implementation
44fab4c678 Fix incorrect size comparison in lexer_consume_n
bcc1569b39 Add a parser combinator to parse a delimited list
Compare 8 commits »
omicron pushed to parser_start at omicron/oas 2025-04-02 10:34:54 +00:00
2474e0c773 Slightly change the valid test input file
6b840ad888 add functionality to main to parse and print the ast
b1391b91bd Partial parser implementation
c9b29e10e8 Fix incorrect size comparison in lexer_consume_n
Compare 4 commits »
omicron pushed to parser_start at omicron/oas 2025-04-02 10:33:11 +00:00
28283dd381 Slightly change the valid test input file
bc360a8271 add functionality to main to parse and print the ast
fb4d894e98 Partial parser implementation
70033bcf5e TODO: REVIEW ME AND WRITE PROPER MESSAGE
0bc6aaa6af Add a parser combinator to parse a delimited list
Compare 7 commits »
omicron pushed to parser_start at omicron/oas 2025-04-02 10:18:39 +00:00
e4492106a3 Slightly change the valid test input file
8bd168dbf6 add functionality to main to parse and print the ast
22140cac71 Partial parser implementation
6366bdec56 TODO: REVIEW ME AND WRITE PROPER MESSAGE
b68811a483 Add a parser combinator to parse a delimited list
Compare 8 commits »
omicron pushed to parser_start at omicron/oas 2025-04-02 10:05:58 +00:00
6380bcc442 Slightly change the valid test input file
9de9005059 add functionality to main to parse and print the ast
4cb2bf7165 Fix parse_directive grammar rule
251b1b82b1 Add registers and fix section primitive parser
8faf73771b Fix parser loops in parse_any and parse_consecutive
Compare 17 commits »
omicron pushed to parser_start at omicron/oas 2025-04-02 09:38:16 +00:00
3a737c05d5 Slightly change the valid test input file
44254614c1 Fix parse_directive grammar rule
6230ade289 Add registers and fix section primitive parser
a436f23601 Fix parser loops in parse_any and parse_consecutive
3e325e4abd Modify main to use the new print ast functionality
Compare 22 commits »