Abstract Realizer
This section is not related to the language, but to the internal compiler functions and implementation. Avoid it if you just want to learn the language or don't know what you're doing!
Abstract Realizer is the library that the abstract compiler uses as it backend. It is completelly standalone and works with a thrird-party plug-in aproach to easily expand the compilationoptions and ecosystem.
Realizer offers diverse options of interfaces and APIs to allow the communication with third-party solutions, including Intermediate Representation Customization, binary editors and analizers and a curated package manager to allow only the best results for it users.
Even being part of the Abstract Environment, Realizer is an open-source solution and a free to use dotnet library.