Skip to content

Commit

Permalink
impl notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Jun 18, 2023
1 parent 01c7fe6 commit 8715f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colt.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ func (c *Colt) ProcessLine(line []byte) error {
lexConf.Sep = c.Separator
lexConf.Quote = c.Quote

// todo: return tokens as Pos, no slice allocation
// tgen pass input to parse and extract chunks
ts := lex.LexTokens(line, lexConf)
cols, err := parse.GroupTokens(ts)
if err != nil {
Expand Down

0 comments on commit 8715f82

Please sign in to comment.