Re: question about treelang modification and debug

2006-04-13 Thread James A. Morrison
"Eric Fisher" <[EMAIL PROTECTED]> writes: > Seems the question has been solved, here is the changes of > treelang/parse.y, just for fun :-) > > $ diff treelang/parse.y treelang/parse_new.y -u > --- treelang/parse.y2004-01-08 15:50:46.0 +0800 > +++ treelang/parse_new.y2006-04-13

question about treelang modification and debug

2006-04-11 Thread Eric Fisher
hi, You know that treelang prescribes the function prototype must give the storage class type explicitly, for an example, "external_definition int add(int arg1, int arg2);" I'd like to know how to modify the parse.y to let the storage type can be implicitly and the default type is external_definiti