Syntax Analyzer - Urgent Help

Roswell

Newcomer
Joined
Apr 1, 2005
Messages
5
Greetings,

Well I'm implementing syntax analyzer for C language made in C#.
I have a sample grammer containing loop,s conditional statements and blah blah.............I wrote their first and follows and made a parsing table in an Excel sheet. Now I've two problems

1.How can I get Excels columns into arrays in C# to implement syntax analyzer through stack.
2. Is there another data structure so that I can use it to get parsing table into arrays to implement syntax analyzer through stack ???

I'm just having problems getting the elements of parsing table. Rest is ok with my project


Thanks
 
Back
Top