[LLVMdev] GSoC project questions.

Dmitri Gribenko gribozavr at gmail.com
Wed Apr 24 11:24:12 PDT 2013


On Wed, Apr 24, 2013 at 8:46 PM, Alex L <arphaman at gmail.com> wrote:
>> Are expression parsing and AST implemented?  What about type
>> representation?
>
> Bill implemented parsing and AST for a lot of expressions, covering a good
> bit of what's needed. The statements and declarations not so much, but a
> there's a lot of really helpful high level overview functions and various
> utility functions. There was a lot of work for type representation as well,
> but there's still some stuff to do in that area, especially for records,
> arrays and various constraint checks.

If you are going to work on improvements in this area, then it would
help to add them to the proposal (maybe that will move other, not so
important, features out of scope).

Dmitri

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-dev mailing list