Vsevolod Stakhov

Results 394 comments of Vsevolod Stakhov

I think you can look at swig: http://www.swig.org/ It can generate bindings for C libraries to R language as well.

Sorry, I do not understand what do you mean by 'refer to JSON elements'. Variables are defined by parsing code and not by a configuration itself. E.g. you can define...

I have no plans to support that at the level of UCL parser. It seems to be extremely slow, ambiguous and would possibly conflict with many UCL features. However, such...

It is not complicated to the parser to save this data. However, currently `ucl_object_t` is optimized for the cache line size and is exactly 64 bytes. Adding new fields is...

I cannot reproduce it. When I create a recursive include ucl parser correctly produces the following error: ``` Error occurred (phase 1): maximum include nesting limit is reached: 17 ```

``` ./autogen.sh ./configure make make install ```

We use libucl for [freebsd pkg](https://github.com/freebsd/pkg) for both configuration and manifests (which include plists as well). What is the exact format you'd need to be able to parse?

libucl does not parse xml, I'm afraid. For now, it supports, UCL, json, msgpack and canonical S-expressions.

BTW, you can still place plist in XML format as raw text in ucl object: ``` plist =