Chloe M. chloe
  • Washington DC
  • https://mirocom.org
  • Systems architect and founder of Mirocom Laboratories

  • Joined on 2026-04-29
  • Founder of Mirocom Laboratories
chloe pushed to main at chloe/MSP 2026-05-24 22:08:56 +00:00
2514893136 mvm: Add state management groundwork
921a7663b5 mvm: Add ROM module
bf49cd33a3 core: balloon: Add balloon_free() function
Compare 3 commits »
chloe pushed to main at chloe/MSP 2026-05-24 10:13:55 +00:00
e6298f1e76 mvm: bus: Add helper macros for clarity
chloe pushed to main at chloe/MSP 2026-05-24 09:57:10 +00:00
791dcb4e2b mvm: core: Add bus control groundwork
034bae3788 build: mvm: Update .gitignore
Compare 2 commits »
chloe pushed to main at chloe/MSP 2026-05-24 05:55:24 +00:00
9bb2610e5f mvm: Add initial mvm groundwork
chloe pushed to main at chloe/MSP 2026-05-24 05:53:56 +00:00
21910098d4 mvm: Add initial mvm groundwork
ae3e9b26c1 initial commit
chloe created branch main in chloe/MSP 2026-05-24 05:53:55 +00:00
chloe created repository chloe/MSP 2026-05-24 04:50:15 +00:00
chloe pushed to main at chloe/Cescal 2026-05-24 01:56:31 +00:00
85c21a81bb core: symbol: Add symbol management
chloe pushed to main at chloe/Cescal 2026-05-24 01:50:59 +00:00
ed9969be37 core: symbol: Add symbol management
chloe pushed to main at chloe/Cescal 2026-05-23 23:24:32 +00:00
5c3c78f561 core: parser: Remove debug lines
chloe pushed to main at chloe/Cescal 2026-05-23 23:23:56 +00:00
d4c22f218d core: parser: Remove debug lines
chloe pushed to main at chloe/Cescal 2026-05-23 23:04:07 +00:00
8483d3c445 core: parser: Add initial preprocessing stubs
71f232282a core: tokbuf: Fix up token buffer
dba31ae0ad core: state: Ensure compiler FSM to zeroed
Compare 3 commits »
chloe pushed to main at chloe/Cescal 2026-05-23 15:35:46 +00:00
833978f414 core: tokbuf: Dynamically expand token buffer
chloe pushed to main at chloe/Cescal 2026-05-23 14:37:11 +00:00
a0b204fadd core: parser: Add parser-side nom function
19c7587f28 core: tokbuf: Fix buffer overflow
Compare 2 commits »
chloe pushed to main at chloe/Cescal 2026-05-23 13:02:13 +00:00
5f72602471 core: lexer: Add operational tokens
2ec8122a91 core: lexer: Fix up putback pop in consumption function
07859d3735 core: lexer: Add token for ':' byte
Compare 3 commits »
chloe pushed to main at chloe/Cescal 2026-05-23 12:53:10 +00:00
a6f776e1f2 core: lexer: Add unsigned type tokens
chloe pushed to main at chloe/Cescal 2026-05-23 12:49:30 +00:00
62451acdd4 core: lexer: Add preprocessor tokens
chloe pushed to main at chloe/Cescal 2026-05-23 12:13:51 +00:00
82e68e92a9 core: lexer: Return -1 on bad ident
f6e7360fd5 core: lexer: Add token for 'return' keyword
86645eb137 core: lexer: Add arrow token
3e3ccae003 core: lexer: Add comment skipping
50bd6324fe core: lexer: Fix up whitespace skipping
Compare 6 commits »
chloe pushed to main at chloe/Cescal 2026-05-23 11:10:13 +00:00
596e63e468 core: state: Keep track of current pass
chloe pushed to main at chloe/Cescal 2026-05-23 11:03:13 +00:00
f05a24df12 build: Add -MMD to build flags