Roswell Posted May 30, 2005 Posted May 30, 2005 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.