1
0
Fork 0

Buffer description

This commit is contained in:
Gregory Eremin 2015-02-26 23:31:31 +07:00
parent 9c4d04ab99
commit b92d43c5ed
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Buffer is responsible for reading bytes from input, decode runes
// and stream those to the lexer
package buffer
import (