Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -4,8 +4,6 @@ Definition from [https://en.wikipedia.org/wiki/Lexical_analysis Wikipedia]:
|
|||
|
||||
: ''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 heading}}
|
||||
|
||||
Create a lexical analyzer for the simple programming language specified below. The
|
||||
program should read input from a file and/or stdin, and write output to a file and/or
|
||||
stdout. If the language being used has a lexer module/library/class, it would be great
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue