You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
naka/include
Avril 87e102ded9
Added `TRANSMUTE(value, to_type)` macro, which performs a bit-cast on `value` to `to_type`. The sizes of the types must be the same or a compilation error is raised. There is currently no alignment restriction on the types (maybe there should be?).
3 years ago
..
comp.h Moved display logic to seperate TU (display.c), added options for display output types (TODO) and (TODO) flags. 3 years ago
display.h display: Added format string generator function based on display flags. 3 years ago
ints.h Fortune for naka's current commit: Small blessing − 小吉 3 years ago
macros.h Added `TRANSMUTE(value, to_type)` macro, which performs a bit-cast on `value` to `to_type`. The sizes of the types must be the same or a compilation error is raised. There is currently no alignment restriction on the types (maybe there should be?). 3 years ago
map.h Added COLD_BLOCK and HOT_BLOCK (for now), not sure if they work but they"re added. 3 years ago
project.h Added human-readable compilation date in usage output. 3 years ago
slice.h Use `slice_sted()` on base-removed slice to calculate offsets instead of using ad-hoc anonymous struct in-line. 3 years ago
str.h str_t impl: added alloc bare 3 years ago
tests.h added testing framework 3 years ago
trace.h Added basic reporting of haystack match offsets and failures. 3 years ago
version.h added testing framework 3 years ago