Buffer description

This commit is contained in:
2015-02-26 23:31:31 +07:00
parent 9c4d04ab99
commit b92d43c5ed
+2
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 (