I'm wondering about an implementation detail.
I'm using ANTLR with C# (.NET 3.5) and I'm trying to figure out what's the best 
course of action for handling my variables.
I'm using a dictionary right now... So I get a variable name and save it's 
value opposite. Dictionaries are basically 2d arrays with a limit of two 
columns.
Do you think I should maybe use something else? Mainly because you set the type 
(currently using integer) opposite your identifier (string right now) and that 
limits me to saving ints... what about floats, doubles, hex, strings...etc 
create one for each... using some sort of object that could handle all of them?

- Matthew
                                          

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to