This is the Blog for learning the freshers tips and Programming...
Saturday, 3 March 2012
What is parser?
A parser for grammar ‘G’ is a
program that takes input string ‘w’ and produces as output either a parse tree
for ’w’ if ‘w’ is a sentence of G, or an error message indicating that ‘w’ is
not a sentence of G.
No comments:
Post a Comment