Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Lexical analysis
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Rule-based programs == A rule-based program, performing lexical tokenization, is called ''tokenizer'',<ref>{{cite web|url=http://www.cs.man.ac.uk/~pjj/farrell/comp3.html|title=Anatomy of a Compiler and The Tokenizer|website=www.cs.man.ac.uk}}</ref> or ''scanner'', although ''scanner'' is also a term for the first stage of a lexer. A lexer forms the first phase of a [[compiler frontend]] in processing. Analysis generally occurs in one pass. Lexers and parsers are most often used for compilers, but can be used for other computer language tools, such as [[prettyprint]]ers or [[Lint (software)|linters]]. Lexing can be divided into two stages: the ''scanning'', which segments the input string into syntactic units called ''lexemes'' and categorizes these into token classes, and the ''evaluating'', which converts lexemes into processed values. Lexers are generally quite simple, with most of the complexity deferred to the [[Parsing|syntactic analysis]] or [[Semantic analysis (compilers)|semantic analysis]] phases, and can often be generated by a [[#Lexer generator|lexer generator]], notably [[Lex (software)|lex]] or derivatives. However, lexers can sometimes include some complexity, such as [[#Phrase structure|phrase structure]] processing to make input easier and simplify the parser, and may be written partly or fully by hand, either to support more features or for performance.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Lexical analysis
(section)
Add topic