Jump to content

Compiler/lexical analyzer: Difference between revisions

m
Undo revision 364883 by Rdm (talk)
(remove duplicate {{task}} instance)
m (Undo revision 364883 by Rdm (talk))
Tag: Undo
Line 4:
 
: ''Lexical analysis is the process of converting a sequence of characters (such as in a computer program or web page) into a sequence of tokens (strings with an identified "meaning"). A program that performs lexical analysis may be called a lexer, tokenizer, or scanner (though "scanner" is also used to refer to the first stage of a lexer).''
 
{{task}}
 
Create a lexical analyzer for the simple programming language specified below. The
6,962

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.