Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Apr 21, 2024
1 parent c4ef701 commit 509f79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Lexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { COMMA, CRLF, DOUBLE_QUOTE, LF } from "./constants.ts";
import { escapeRegExp } from "./utils/escapeRegExp.ts";

/**
* Represents a lexer for parsing CSV data.
* CSV Lexer.
*
* Lexter tokenizes CSV data into fields and records.
*/
export class Lexer {
#delimiter: string;
Expand Down

0 comments on commit 509f79e

Please sign in to comment.