We replace instances of void* w/ char* arithmetics. This allows system_allocator.c to be compiled with MSVC. Also we introduce a struct to represent the size_t header.
40 lines
677 B
Text
40 lines
677 B
Text
platform_win32.c
|
|
allocator.c
|
|
benchmark.c
|
|
bitreader.c
|
|
bitwriter.c
|
|
cfgrammar.c
|
|
desugar.c
|
|
glue.c
|
|
hammer.c
|
|
system_allocator.c
|
|
parsers/action.c
|
|
parsers/and.c
|
|
parsers/attr_bool.c
|
|
parsers/butnot.c
|
|
parsers/ch.c
|
|
parsers/charset.c
|
|
parsers/difference.c
|
|
parsers/end.c
|
|
parsers/endianness.c
|
|
parsers/epsilon.c
|
|
parsers/ignore.c
|
|
parsers/ignoreseq.c
|
|
parsers/indirect.c
|
|
parsers/int_range.c
|
|
parsers/many.c
|
|
parsers/not.c
|
|
parsers/optional.c
|
|
parsers/permutation.c
|
|
parsers/sequence.c
|
|
parsers/token.c
|
|
parsers/unimplemented.c
|
|
parsers/whitespace.c
|
|
parsers/xor.c
|
|
parsers/value.c
|
|
backends/packrat.c
|
|
backends/llk.c
|
|
backends/glr.c
|
|
backends/lalr.c
|
|
backends/lr.c
|
|
backends/lr0.c
|