1. Gnuphoria

Just a brief update on the status of Gnuphoria.

I've been hammering away at the code, and it can now parse a (very) small
subset of Euphoria:

    integer
    while .. do ... end do
    if ... elsif ... else ... end if
    ?
    = < > !=

Not really a very impressive list at all - but it is real progress. I'll
probably be working on garbage collection next, so I can start using
sequences in the code. I'm also reconsidering how type checking will be
implemented, which will effect how my primitives are defined.

There is a lot more coded than meets the eye - for example, the parser can
actually scan much of the Euphoria syntax, but it doesn't yet generate
opcodes for much more than the above list.

I'd like to at least get minimal sequences and some basic functions up and
running before posting the code.

-- David Cuny

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu