about summary refs log tree commit diff
path: root/boot/common.c
AgeCommit message (Expand)Author
2025-06-12Fix `failure()` colors + stream flush, define ANSI escape codesMel
2025-06-12Parse most primitive types into treeMel
2025-05-31Keyword-less variable declaration parsingMel
2025-05-18Define basic syntax tree (mostly expressions), with simple debug printingMel
2025-03-15Add POSIX CRC32 algorithm implementation to common libraryMel
2025-03-15Access string data directly in iteration macro to avoid bounds-checkingMel
2025-03-14Add compound literal casts to common functions (this isn't C++)Mel
2025-03-11Add common library for basic types, functions and macrosMel