dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
533 stars 66 forks source link

🚧Building dgrammar.d takes how much memory? 🧠 > 16GB - my laptop's 💻 limit? "Memory allocation failed" #345

Open enjoysmath opened 7 months ago

enjoysmath commented 7 months ago

Details in this link:

https://github.com/tim-dlang/dqt/issues/14#issue-2217711283

veelo commented 7 months ago

Are you using asModule? If not, try that.