[LLVMdev] GSoC project questions.
Dmitri Gribenko
gribozavr at gmail.com
Wed Apr 24 09:24:56 PDT 2013
On Wed, Apr 24, 2013 at 6:05 PM, Alex L <arphaman at gmail.com> wrote:
> So I had a go at choosing the useful subset of
> Fortran on which I would like to work on - my update proposal can be viewed
> at https://gist.github.com/hyp/5434845 .
Are expression parsing and AST implemented? What about type representation?
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