On 5/2/13 9:10 PM, d coder wrote:
And another one. I am working on an embedded DSL on top of D Language. I
am using compile time parser ctpg https://github.com/youkei/ctpg for
some syntax parsing. It works great, expect for memory footprint of the
compiler which makes it impractical to parse any 1000+ lines of code at
compile time.
So the question is -- What are the plans to optimize the compiler from
memory perspective?
This is an important issue. I'll touch on it only at a higher level when
discussing quality of implementation.
Andrei