Displaying 3 results from an estimated 3 matches for "braceless".
2011 Feb 20
3
[LLVMdev] LLVM and Windows?
...od code for a number of targets to you guys and instead
focus on what I am trying to do. Also, I particularly like the aspect
of global optimizations (link-time optimizations) in LLVM - they're one
of the selling features of my project.
The project is a new programming language (http://www.braceless.org) for
which I have been contemplating writing my own backends, but the more I
think of it, the less I like the idea. I know you guys from earlier
where I posted a suggestion for an alternate implementation of
exceptions (one that uses only a single bit to indicate whether an
exception has...
2012 May 13
2
[LLVMdev] Adapting Kalaidoscope tutorial for use with LLVM.NET/LLVM-F#?
Hi,
I have decided against coding my planned Braceless compiler in C++ and have
instead opted for using the .NET bindings that Keith Shephard have made
using F# (a .NET language). This leads to two questions:
1. Is it okay if I adapt the Kalaidoscope tutorial to C# and we include
the adapted version in the LLVM.NET distro and on the LLVM.NET websi...
2011 Feb 20
0
[LLVMdev] LLVM and Windows?
...> of targets to you guys and instead focus on what I am trying to do. Also, I
> particularly like the aspect of global optimizations (link-time
> optimizations) in LLVM - they're one of the selling features of my project.
>
> The project is a new programming language (http://www.braceless.org) for
> which I have been contemplating writing my own backends, but the more I
> think of it, the less I like the idea. I know you guys from earlier where I
> posted a suggestion for an alternate implementation of exceptions (one that
> uses only a single bit to indicate whether an...