lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Before coding more, does anybody know of something I should read
> before, prior attempts at similar things or fundamental roadblocks I'm
> going to hit?

One known roadblock is how to handle pointers to these strings in C in
the case of a stack reallocation. That is the main reason we never
attempted this implementation.

-- Roberto