[clean-list] Compile Error in CVS

John van Groningen johnvg@cs.kun.nl
Wed, 2 Jun 2004 13:50:36 +0200


Alexsandro Soares writes:
>  Is there any ABC Programmer's Manual?

No, because it is not a programming language. For more
information you could look at the source code of the
code generator. The ABC instructions are parsed in cginput.c
and code generation for each instruction starts in cgcode.c
or cginstructions.c.

>  I´m trying to work with digital signal processing in
>real-time using Clean and sometimes I need to optimize
>the run-time behaviour.

Could you tell us what kind of ABC code you would like to
write to optimize the run-time behavior. May be we could
improve the compiler so that this is not necessary.

Regards,

John van Groningen