Do everything in Java…

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 11 23:44:50 PST 2014


On Fri, 12 Dec 2014 08:32:39 +0100
Jacob Carlborg via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> On 2014-12-11 09:05, ketmar via Digitalmars-d wrote:
> 
> > except that there's no need to parse source code over and over again,
> > which is good for other tools (like completion suggesting, intelligent
> > code browsing and so on).
> 
> Wouldn't you need to parse the IR?
with good IR it's way easier than parsing the source. to the extent
that it is possible to just mmap() compiled module and use it as ready
data structure.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141212/64909db0/attachment.sig>


More information about the Digitalmars-d mailing list