|
Not Ranked
:
+0 / -0
0 score
Re: Algorithms beyond programming
Quote:
Originally Posted by stereologist
The term parse as you use it Pyrotex is incorrect. To parse is to identify the relationship between the words or parts of a sentence. A parser accepts and rejects input. ....
|
Well... 
Isn't that what I said?
If a compiler determines which letters represent 'words' and determines the relationship between the words (this word is a command, this word is a modifier of the command, this word is a data item, this word is the object of the command, etc) -- and determines whether the entire string represents a valid sequence of words (accept!) or not (reject! print out error message!) -- isn't that 'parsing' by your own definition?

----------------
Hypography Forums Moderator
-- - - - - -
What concerns me is not the way things are, but rather the way people think things are.
Epictetus, Greek Philosopher
The map is NOT the territory.
Korzybski, Polish-American Philosopher
|