Vinícius dos Santos Oliveira
Results
52
issues of
Vinícius dos Santos Oliveira
Could there be an option where `read()` only reads 1 byte at a time? It'd be useful to test buffer management routines on parsers.
I'd like to declare `@field`s that might be: - ready-only (i.e. `__index()` exists, but `__newindex()` doesn't) - read-write - dynamic (a new value is generated every time `__index()` is called)
enhancement
feat/LuaCats Annotations