Buffer description
This commit is contained in:
parent
9c4d04ab99
commit
b92d43c5ed
|
@ -1,3 +1,5 @@
|
||||||
|
// Buffer is responsible for reading bytes from input, decode runes
|
||||||
|
// and stream those to the lexer
|
||||||
package buffer
|
package buffer
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue