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:
parent
62d793b939
commit
2623d1a5f1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue