Would you mind sending a patch? The source is at
http://llvm.org/svn/llvm-project/www/trunk/ProjectsWithLLVM/index.html
On 1 August 2013 15:05, Bagel <bagel99 at gmail.com>
wrote:> Please add to the ProjectsWithLLVM/ page. Thanks.
> ===> Embedded System Language (ESL)
>
> ESL <code.google.com/p/esl/> is a new programming language designed
to be
> used
> for efficient programming of embedded systems and other low-level system
> programming projects. ESL is a typed compiled language with features that
> allow the programmer to dictate the concrete representation of data values;
> useful when dealing, for example, with communication protocols or device
> registers.
>
> Novel features are: no reserved words, procedures can return multiple
> values,
> methods on types (no classes). The syntax is more Pascal-like than C-like,
> but with C bracketing. The compiler bootstraps from LL IR.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev