mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
update tokenizer comment
This commit is contained in:
parent
bc2898670e
commit
80288d2ad2
@ -122,7 +122,7 @@
|
|||||||
* Syntactic Analysis.
|
* Syntactic Analysis.
|
||||||
*
|
*
|
||||||
* 1. *Lexical Analysis* takes the raw code and splits it apart into these things
|
* 1. *Lexical Analysis* takes the raw code and splits it apart into these things
|
||||||
* called tokens by a thing called a tokenizer (or lexer).
|
* called tokens by a thing called a tokenizer (or lexer or scanner).
|
||||||
*
|
*
|
||||||
* Tokens are an array of tiny little objects that describe an isolated piece
|
* Tokens are an array of tiny little objects that describe an isolated piece
|
||||||
* of the syntax. They could be numbers, labels, punctuation, operators,
|
* of the syntax. They could be numbers, labels, punctuation, operators,
|
||||||
|
Loading…
Reference in New Issue
Block a user