Benjamin Goldberg <[EMAIL PROTECTED]> writes:
> I like the ideas of a range of characters, and of variable amount of
> information.  So, how about multiple setline variants?
>
>    setline Ix # all code from here to the next set{line,file} op is line
> x
>    setline Ix, Iy # set line,col number from here to next set* op.
>
>    setline_i Ix # the next line is x, each succeeding line increases.
>
>    setlinerange Ix, Iy # the following represents lines x..y of hll
> code.
>    setlinerange Ix, Iy, Iz, Iw # line x, col y .. line z, col w.

    setdim Ix # sets number of dimensions for subsequent code

    setvel Px # set code velocity (general setline_i; Px is an Array)

Just making sure Parrot debug info can support Jerome's trefunge
interpreter.

/s

Reply via email to