| Age | Commit message (Expand) | Author |
| 2026-03-18 | yeh only chr consts fn | andromeda |
| 2026-03-17 | add rough char/str parsing | andromeda |
| 2026-03-15 | add binary | andromeda |
| 2026-03-15 | add octal | andromeda |
| 2026-03-15 | remove dead lines | andromeda |
| 2026-03-15 | evaluate constants as long as they are hex in the form 0x | andromeda |
| 2026-03-13 | get token id of operators | andromeda |
| 2026-03-12 | some major architecture changes | andromeda |
| 2026-03-12 | remove dead lines | andromeda |
| 2026-03-12 | remove disk again, oops x( | andromeda |
| 2026-03-12 | add warn print, clean up a little | andromeda |
| 2026-03-12 | increase/fix warnings | andromeda |
| 2026-03-12 | remove unused code | andromeda |
| 2026-03-12 | add print.* modes | andromeda |
| 2026-03-11 | add get_ModRM | andromeda |
| 2026-03-10 | add get_reg_bits and test, streamline ModRM calculations, correct opcodes, fi... | andromeda |
| 2026-03-10 | add get_opcode and its test, fix a couple bugs + semantics things | andromeda |
| 2026-03-09 | add get_direct_addressing_ModRM and test_*, fix a couple bugs/typos, add 'reg... | andromeda |
| 2026-03-09 | fix some bugs, work on assembler | andromeda |
| 2026-03-09 | work on metadata system, put tests in seperate file | andromeda |
| 2026-03-08 | clear up internal data structures, add to README | andromeda |
| 2026-03-08 | add resources to README | andromeda |
| 2026-03-08 | add resources to README | andromeda |
| 2026-03-08 | parse brackets, improve docs | andromeda |
| 2026-03-08 | remove line feed characters xD | andromeda |
| 2026-03-08 | change token table entries, remove temporary file :shame: | andromeda |
| 2026-03-08 | clarify readme | andromeda |
| 2026-03-08 | get tokenising working a bit :p also some fixes and semantics | andromeda |
| 2026-03-07 | add some tokens, length1 token support | andromeda |
| 2026-03-07 | little optimisation, add single-token parsing function | andromeda |
| 2026-03-07 | encode register tokens | andromeda |
| 2026-03-07 | clear tables | andromeda |
| 2026-03-07 | design token work | andromeda |
| 2026-03-07 | add elemb, improve token checking | andromeda |
| 2026-03-06 | load 16 sectors instead of 1 | andromeda |
| 2026-03-06 | clarify doc | andromeda |
| 2026-03-06 | reformat, add copy_token and test, fix bug | andromeda |
| 2026-03-06 | change rdme | andromeda |
| 2026-03-06 | merge new changes | andromeda |
| 2026-03-06 | bunch of stuff idek | andromeda |
| 2026-03-06 | reorganise | andromeda |
| 2026-03-05 | remove redundant compile flag | andromeda |
| 2026-03-05 | copy libs also | andromeda |
| 2026-03-05 | change dev env, format rust | andromeda |
| 2026-03-05 | add footer | andromeda |
| 2026-03-05 | add CHANGELOG.mdHEADmaster | andromeda |
| 2026-03-05 | add kernel stuff, idt, welcome message | andromeda |
| 2026-03-04 | use long mode, x86_64-unknown-none works now | andromeda |
| 2026-03-03 | add rust kernel stub | andromeda |
| 2026-03-03 | reorganise | andromeda |