hi, i have a general question about performance, i want to develop my own scripting language.
for performance i'll want to directly perform code operation when a rule is detected. is it the best way or AST construction and tree parsing to execute the code is a better way ? I case of directly executing the code how can i perform a 'if' cond block 'else' block 'end' rule ? the goal is to not perform parsing if the cond is not satisfied. thanks in advance 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.
