Skip to content

Commit

Permalink
refactor: remove lazy parser
Browse files Browse the repository at this point in the history
The `defer` parser is superior to it at every aspect.

BREAKING CHANGE:

This parser can no longer be used.
  • Loading branch information
norskeld committed Jan 23, 2022
1 parent 9f7ea99 commit 4340d7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions src/internal/parsers/lazy.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/parsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from './internal/parsers/defer'
export * from './internal/parsers/eof'
export * from './internal/parsers/float'
export * from './internal/parsers/integer'
export * from './internal/parsers/lazy'
export * from './internal/parsers/letter'
export * from './internal/parsers/newline'
export * from './internal/parsers/nothing'
Expand Down
22 changes: 0 additions & 22 deletions tests/internal/parsers/lazy.spec.ts

This file was deleted.

0 comments on commit 4340d7d

Please sign in to comment.