digitalmars.D - Kythe
- Andrei Alexandrescu (2/2) Jan 27 2015 Google just open sourced https://github.com/google/kythe. Would it help
- Jacob Carlborg (4/6) Jan 27 2015 I had a quick look and my first impression is that it would not help.
- Elie Morisse (10/12) Jan 28 2015 Not sure how it would help. Kythe seems to handle every C++
Google just open sourced https://github.com/google/kythe. Would it help Calypso? -- Andrei
Jan 27 2015
On 2015-01-27 19:55, Andrei Alexandrescu wrote:Google just open sourced https://github.com/google/kythe. Would it help Calypso? -- AndreiI had a quick look and my first impression is that it would not help. -- /Jacob Carlborg
Jan 27 2015
On Tuesday, 27 January 2015 at 18:55:13 UTC, Andrei Alexandrescu wrote:Google just open sourced https://github.com/google/kythe. Would it help Calypso? -- AndreiNot sure how it would help. Kythe seems to handle every C++ feature but if I understand correctly it translates the AST into its own representation and that's it with Clang, whereas Calypso needs to make Clang instantiate templates and to use its codegen. Maybe if Kythe was expanded it could serve as the basis for language extensions, make the writing of new plugins easier and more uniform. If they add GCC to the supported C++ compilers that'd form a single interface to both Clang and GCC's AST.
Jan 28 2015