Lexed vs Lered - What's the difference?
lexed | lered |
(lex)
(computing) To perform lexical analysis; to convert a character stream to a token stream as a preliminary to parsing.
* 1994 , Donna K Harman, National Institute of Standards and Technology, The Second Text REtrieval Conference (TREC-2)
* 2004 , Richard William Sharp, Higher-level hardware synthesis
* 2007 , Don Syme, Adam Granicz, Antonio Cisternino, Expert F#
As verbs the difference between lexed and lered
is that lexed is (lex) while lered is (lere).lexed
English
Verb
(head)lex
English
Verb
- Once this is done, each processor parses and lexes its own documents, using conventional programming techniques.
- SAFL source is lexed and parsed into an abstract syntax tree.
- Lexing and parsing do not have to be separated, and there are often convenient .NET methods for extracting information from text in particular formats...