[antlr-interest] creating list in verilog

Shalini Sharma shalini.sh at gmail.com
Fri Apr 15 03:19:21 PDT 2005


temp : (x=a)+ 
       //i want to create a list of integers here 
       // what should i do as statements here will be 
       // executed only when the entire rule is matched 		


a returns [int z]: 

 //some rules here


More information about the antlr-interest mailing list