Description: According to an LL (1) grammar analysis of the preparation of commissioning procedures for forecasting , in order to enter any string of symbols to analyze .
The experimental LL (1) grammar for the expression grammar :
E → E+ T | T
T → T* F | F
F → i | (E)
Write a recognition of the legitimate expression grammar sentence prediction analysis program , for any input string of symbols , given the results of the analysis process and analysis . Analysis requires that the output step , analysis of the stack , with the remaining input string and the production . If the string is not an expression grammar symbol lawful sentence , try to give a detailed error message.
To Search:
File list (Check if you may need any files):
cf_fx.txt
code.c
sy2.cpp
sy2.dsp
sy2.dsw
sy2.ncb
sy2.opt