🔰lexing

JSconceptscompiler ⟩ lexing stage

the difference between tokenizing and lexing is: Lexer is basically a tokenizer, but it usually attaches extra context to the tokens (this token is a number, that token is a string literal, etc.) 👉📗 Osman

Last updated

Was this helpful?