Hello every body. i'm new here , and i didn't have the chance to introduce myself.i will,later...but for now:...i need help designing a mini C# compiler...i tried to find something practical to implement the symbol table using a hash table, but i found nothing really useful on the net...any ideas???
actually , i don't know how to construct a symbol table using the hash table. we only need to construct the following structures:
classes, namespaces , methods , field-members ,constructors and destructors... i'd really appreciate your help.THANX
Nina 4 Ever 0 Newbie Poster
Recommended Answers
Jump to PostLex and yacc are obsolete (because they use C); use something more like ANTLR... for parsing. But this is just in reply to ithelp's post, obviously it has nothing to do with your problem.
Jump to PostNina 4 Ever, you should ask in the C++ forum (since you're talking about writing C++ code).
All 7 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
Nina 4 Ever 0 Newbie Poster
ithelp 757 Posting Virtuoso Banned
Rashakil Fol 978 Super Senior Demiposter Team Colleague
Rashakil Fol 978 Super Senior Demiposter Team Colleague
ddanbe 2,724 Professional Procrastinator Featured Poster
Nina 4 Ever 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.