Add all remaining parsers that were not compiling on windows

The last file to port for the library is registry.c
This commit is contained in:
Nicolas Léveillé 2015-12-13 14:58:23 +01:00
parent 62d793b939
commit 2623d1a5f1

View file

@ -12,9 +12,12 @@ system_allocator.c
parsers/action.c
parsers/and.c
parsers/attr_bool.c
parsers/bind.c
parsers/bits.c
parsers/butnot.c
parsers/ch.c
parsers/charset.c
parsers/choice.c
parsers/difference.c
parsers/end.c
parsers/endianness.c
@ -25,6 +28,7 @@ parsers/indirect.c
parsers/int_range.c
parsers/many.c
parsers/not.c
parsers/nothing.c
parsers/optional.c
parsers/permutation.c
parsers/sequence.c