On Apr 22, 4:16 pm, Joep Suijs <[email protected]> wrote: > > At this point, the translator covers most of the generic part of the > language - procedure and function definition (only in-vars though), > calling of procedures and functions, expressions and all flow control. > Variable support is limited to 8,16 and 32 bits and 'at', 'is' and > 'alias' are not supported.
Very nice! > I see a few options: > - Stick to the current variable types supported by C and only add > call-by value / reference. I like this option, at least for the near term. We could make a list of the "many jal features" that are unsupported, and get some feedback -- which ones are most important, etc. William -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
