You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to create a stable an usable bootstrapped compiler we need a stable and accessible location for the compiled version and of all other tools we need. I have already created the following:
a directory boot in the Racal project (at the top level); it will contain essential boot files in a proper directory structure
a module lang::rascal::boot::Kernel that provides the essential interface and imports
My question: How can we best read from the boot directory?
One possibility is to create a new schema `boot'.
Any other suggestions?
The text was updated successfully, but these errors were encountered:
In order to create a stable an usable bootstrapped compiler we need a stable and accessible location for the compiled version and of all other tools we need. I have already created the following:
boot
in the Racal project (at the top level); it will contain essential boot files in a proper directory structurelang::rascal::boot::Kernel
that provides the essential interface and importsMy question: How can we best read from the
boot
directory?One possibility is to create a new schema `boot'.
Any other suggestions?
The text was updated successfully, but these errors were encountered: