adjusted simple formats for arrays to match IDL and take account of terminal width. Also, by removing superfluous parenthesis, make compilation faster (superfluous parenthesis, such as if ( xxx ) then or b=(cos(a)) make ANTLR2 parsing exponentially slower with the number of nested parenthesis. Need ANTLR3 or better to get out of this.)
adjusted simple formats for arrays to match IDL and take
account
of terminal width. Also, by removing superfluous parenthesis, make compilation faster (superfluous parenthesis, such asif ( xxx ) then
orb=(cos(a))
make ANTLR2 parsing exponentially slower with the number of nested parenthesis. Need ANTLR3 or better to get out of this.)before
after