SD09 - Parsing Flashcards
1
Q
What is parsing?
A
Converting a program or other complex text into a parse tree
2
Q
What is tokenisation?
A
Turning a sequence of characters into a symbol.
e.g. 1,2,-5 become NUMBER, ( becomes OPENBRACKET