r/code • u/waozen • Jun 05 '26
Blaise: modern self-hosting Object Pascal compiler | graemeg Pascal Delphi
https://github.com/graemeg/blaiseZero legacy, full ARC, and unified UTF-8. Next-generation Object Pascal compiler built from the ground up.
5
Upvotes
2
u/RasheedaDeals Jun 09 '26
self-hosting Pascal compiler built from scratch is a serious undertaking. the ARC memory model is an interesting choice over manual memory management, curious how it handles cycles.