Guest_imported
New member
- Jan 1, 1970
- 0
I am currently trying to program a command interpreter with Lex and Yacc, all the files that I need to use with the generated outputs of lex and yacc have to be written in C. I want to use lists to build an list of instructions in order to call them all at once after the command interpreter has done parsing my home-made script. can someone help me?