Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for STL kind lists programmed in C, not in C++

Status
Not open for further replies.

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top