Denis Bernard

Results 5 issues of Denis Bernard

vm.Option directly set Intsance fields, which is bad, it should use a delegate config structure. With the recent addition of Ticker where using Option would be safe, we need cater...

The current implementation does allow fcall out-of-the-box. Need to add `stack` and `top`. Time for a v3 and rethink `SaveVars`/`GetVars`? EDIT: stack handling can be implemented via a custom ragel.Interface

enhancement

I run godoc2md from `go generate` to automatically regenerate READMEs. Since output redirection does not seem to work in `//go:generate` comments (probably for good reason), I need an optional `-o`...

https://github.com/db47h/parsekit/blob/40c419bf5a12147f30ee2c195041831d3a9ad4ff/lexer/example_test.go#L20

enhancement
doc

https://github.com/db47h/lex/blob/6534f3a11254fe61b12cac50f8f639c879a9806a/file.go#L119 This should be > GetLineBytes returns a byte slice containing the input line for the given file offset.

doc