Encyclopedia > Token (parser)

  Article Content

Token (parser)

A token is a piece of text, typically a word or punctuation mark, separated by a lexical analyzer and passed to a parser.

Older Interpreters would tokenize the program, turning the instructions from the programmer into byte-codes that were more easily processed by the VM - Virtual Machine. By doing so they would gain a bit more speed, faster execution.

 Some examples are the, O-code, P-code, Z-machine, and byte codes used in different VM systems.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Canadian Charter of Rights and Freedoms

... with other Human Rights Instruments Although the Charter was criticized by some in the Canadian Parliament for being too much like the United States Bill of Rights, in ...

 
 
 
This page was created in 24.4 ms