robert y

Results 5 issues of robert y

Thank you very much for this nice tool. I use it for purescript-native cpp code generation: [PureScript Shared Objects](github.com/freylax/purescript-native-cpp-so) It is essential in the sence that the ffi implementations are...

enhancement

I propose to use extern "C" functions for all exposed functions.This makes it possible to use them in shared libraries and shared object files. This solves two issues which could...

enhancement
C++

This is a proposed change for issue: wrong parsing of nested lists #23

This is a proposed fix for the issue: Error when parsing value with colon (:) #18

When parsing a list of maps and the last item of an map contains an non bracketed list the next outer list item will be intermixed with the inner one:...