SIGN IN SIGN UP

gh-104169: Refactor tokenizer into lexer and wrappers (#110684)

* The lexer, which include the actual lexeme producing logic, goes into
  the `lexer` directory.
* The wrappers, one wrapper per input mode (file, string, utf-8, and
  readline), go into the `tokenizer` directory and include logic for
  creating a lexer instance and managing the buffer for different modes.
---------

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
L
Lysandros Nikolaou committed
01481f2dc13341c84b64d6dffc08ffed022712a6
Parent: eb50cd3
Committed by GitHub <noreply@github.com> on 10/11/2023, 3:14:44 PM