On Oct 29, 3:58 am, Jonas Maebe <Jonas.Ma...@[EMAIL PROTECTED]
>
wrote:
> In article <1193651732.331374.308...@[EMAIL PROTECTED]
>,
> Richard Engebretson <e...@[EMAIL PROTECTED]
> wrote:
>
> > Thanks for the link and tips. Is there a discussion group for this ? I
> > know of AVRfreaks and the Basic and C compiler, but FreePascal use is
> > new to me.
>
> http://www.freepascal.org/maillist.var
>
> Jonas
I've been going through the gavrasm source. So far just the program
file, matching begin..ends, indenting, commenting. Very im****tant
software, and should be maintained.
I don't know how it compiles properly, anyway. For example; some
case...else statements seem to use improper syntax. The concluding
else part is followed by multiple statements without the begin..end
blocking. This is different from fpc and tp railroad diagrams.
Also, I don't know why the crt unit is used, especially on linux. Same
with the sysutils unit.
That being said, very im****tant software. Pascal really ****nes for
text processing.


|