WIP on lowering the number of forks required.

This commit is contained in:
Maurice Makaay 2019-07-24 22:42:16 +00:00
parent 548289560b
commit 99b0abc490
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func makeBufioReader(input interface{}) *bufio.Reader {
// This parserkit.reader.Reader is used internally by tokenize.API.
type Buffer struct {
bufio *bufio.Reader // used for ReadRune()
buffer []byte // input buffer, holding runes that were read from input
buffer []byte // input buffer, holding bytes that were read from input
cap int // the full buffer capacity
start int // the offset from where on to read buffered data in the buffer
len int // the length of the buffered data