Skip to content

Commit

Permalink
Duplicate deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Oct 7, 2023
1 parent c31f6a6 commit 1cbce22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ internal class ParsingContext(

override val currentOffset: Int get() = position

@Deprecated("The new \"scannerless\" parsing approach does not eagerly tokenize the input. The `currentToken` is always null.")
override val currentToken: TokenMatch?
get() = tokenizer.findContextFreeMatch(position)

Expand Down

0 comments on commit 1cbce22

Please sign in to comment.