New array generation for Java. For a single array a series of initialization
functions are created, with each function only handling a max number of
elements. This compiles to something very similar to what the java compiler
produces for literally specified arrays, except we use multiple functions and
can therefore handle arrays which would cause the "code too large" error if
specified with a list of literal values.
git-svn-id: http://svn.complang.org/ragel/trunk@95
052ea7fc-9027-0410-9066-
f65837a77df0