Hi Rob, Our messages crossed.
The basic thing is I created a translator to C which is currently unaware of symbols. So anything you use will passed to the C compiler, which will either resolve it or throw an error. But for better validation and support of call-by-reference (in/out paramters), symbols (prototypes) are required. Say we want to support ATmega, what do we need for device files in addition to the ones that come with the C compiler. ATmega is just an example I took since Seb mentioned it and there was a arduino board in my junkbox. Wouter suggested ARM support (which could be more appropriate to compensate for the translation overhead). Joep -- 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.
