▼ inc | |
mm_cfg.h | 配置选项 |
mm_fmt.h | 字符串格式化 |
mm_heap.h | 堆内存管理 |
mm_io.h | IO |
mm_parser.h | 分析器 |
mm_parser.hpp | 分析器 (CPP frontend) |
mm_result.h | 结果类型 |
mm_result.hpp | Monadic result |
mm_string.h | 字符串 |
mm_string.hpp | 字符串 wrapper |
mm_type.h | Type alias和type def |
mm_type.hpp | Type trait, type alias和type def |
mtfmt.h | 格式化 |
mtfmt.hpp | 格式化 (C++ Header) |
▼ src | |
mm_cfg.c | 打印编译时的环境 |
mm_fmt.c | 字符串格式化 |
mm_heap.c | 堆内存管理 |
mm_into.c | 格式化的函数实现, 不包括浮点数 |
mm_intofp.c | 浮点格式化的函数实现 |
mm_io.c | IO |
mm_parser.c | Formatter parser实现 |
mm_pattern.c | 模式串匹配和替换 |
mm_string.c | 字符串 |