Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing loader option for the parser #7

Open
draringi opened this issue Feb 16, 2016 · 0 comments
Open

Add missing loader option for the parser #7

draringi opened this issue Feb 16, 2016 · 0 comments

Comments

@draringi
Copy link
Owner

(At least) One way of loading data into the parser is missing. ucl_parser_add_chunk is similar to ucl_parser_add_string, except len=0 does not imply a zero terminated string.
In addition, ucl_parser_add_chunk_priority does the same, but with a priority. The use of this is not yet clear in the documentation.

Furthermore, ucl_parser_add_fd adds a file by file descriptor, so it may be possible to open the file in Go, and pass the file descriptor (to investigate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant