2025-03-30 - 2025-04-30

Overview

9 Active Pull Requests
12 Active Issues
Excluding merges, 1 author has pushed 62 commits to main and 63 commits to all branches. On main, 59 files have changed and there have been 8510 additions and 371 deletions.

9 Pull requests merged by 1 user

Merged #22 two pass encoding and resizing references 2025-04-24 13:05:47 +00:00

Merged #20 various small fixes 2025-04-17 14:47:14 +00:00

Merged #19 Initial encoding implementation 2025-04-16 22:16:32 +00:00

Merged #17 Fix zero operand parser bugs 2025-04-16 11:32:47 +00:00

Merged #11 parse_issue_10 2025-04-08 23:20:44 +00:00

Merged #9 unittests 2025-04-06 07:28:52 +00:00

Merged #7 Build system upgrade 2025-04-04 00:28:46 +00:00

Merged #3 implement parsing 2025-04-02 19:53:48 +00:00

Merged #1 Add action to run validation on every commit 2025-03-31 12:40:03 +00:00

5 Issues closed from 1 user

Closed #14 first encoding pass should estimate/determine instruction size 2025-04-24 13:05:47 +00:00

Closed #15 the last instruction fails to parse if it's a zero operand instruction 2025-04-16 11:33:38 +00:00

Closed #16 grammar doesn't work for single instruction zero operands 2025-04-16 11:33:19 +00:00

Closed #10 parsing error for comment followed by label 2025-04-08 23:21:09 +00:00

Closed #6 Add unit testing 2025-04-06 07:30:51 +00:00

12 Issues created by 1 user

Opened #4 Implement character and string literals in the lexer 2025-04-02 19:55:19 +00:00

Opened #5 Explore options for error reporting after parsing 2025-04-02 19:56:51 +00:00

Opened #6 Add unit testing 2025-04-02 19:58:01 +00:00

Opened #8 Weirdness in numbers with size suffixes. 2025-04-04 18:34:21 +00:00

Opened #10 parsing error for comment followed by label 2025-04-08 20:20:10 +00:00

Opened #12 Add error list of some kind 2025-04-14 21:47:47 +00:00

Opened #13 operand_size_t is in between exact values and masks, clean that up 2025-04-15 12:48:44 +00:00

Opened #14 first encoding pass should estimate/determine instruction size 2025-04-15 13:52:28 +00:00

Opened #15 the last instruction fails to parse if it's a zero operand instruction 2025-04-15 23:22:34 +00:00

Opened #16 grammar doesn't work for single instruction zero operands 2025-04-16 00:09:00 +00:00

Opened #18 add support negative values 2025-04-16 14:24:15 +00:00

Opened #21 multiple labels with the same name 2025-04-18 11:50:38 +00:00