Re: [Kernfach-devel]Re:Re:Kernfach
Status: Planning
Brought to you by:
dilmah
From: Denis L. <dl...@sm...> - 2005-01-09 16:00:50
|
> I think that first thing to be implemented should be translator > from kernfach to C. > Of course without any optimizations, just to see how it works. After implementing this translator, next things to do are: Stage 2 written in kernfach translator from C99 to kernfach. And optionally written in kernfach translators from couple of other languages (like C++, Fortran etc) to kernfach. By writing those translators we will achieve following goals: We will become confident in using kernfach, we'll be able to see its weaknesses and probably fix something in it. We will have a bulk of kernfach code to test our translators on it. We'll become assured that anything that can be expressed in other languages can be easily expressed in kernfach. Stage 3 written in kernfach optimized compiler from kernfach to i386 assembler. |