Greetings,
Well Im 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 Ive 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 ???
Im just having problems getting the elements of parsing table. Rest is ok with my project
Thanks
Well Im 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 Ive 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 ???
Im just having problems getting the elements of parsing table. Rest is ok with my project
Thanks