Hello!

I tried it, but neither works. :/ I ran it against a snapshot of 3.1.4
runtime that I built with mave (3.1.3 has the same errors btw):

The skip option says when run:
* Wildcard invalid as root; wildcard can itself be a tree.

As for the | * option it still has a similar error as before:
* node from after line 22:12 no viable alternative at input 'DOWN'.

This is what I have for the |*
--------------
bool_function_content[Boolean value]
scope {
        Boolean t;
}
@init {
        $bool_function_content::t = $value;
}
 : {$bool_function_content::t  != null &&
$bool_function_content::t.booleanValue() }? => function_content*
 | .*
 ;      

Any thoughts?

Martijn

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 il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to