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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Using Variables as described in #31, it should be possible to call a process and give it parameters.
A runtime/normal Process can be called with values and selectors.
There should be a new type of process, a compiletime process.
A compiletime process can be called with all types of variables and will be inlined into the calling process.
A compiletime process should be able to call both compiletime and runtime processes.
The text was updated successfully, but these errors were encountered:
The remote keyword can be used to explicitely call a process remotely: remote myFunnyProcess(param1, param2).
For compiletime only processes this should produce an error.
This will cause to compiler to not fail if the process is missing, because it might be available at runtime. In that case it should cause a compiler warning.
If the process is available at compiletime, then the process should be included as it is references.
Using Variables as described in #31, it should be possible to call a process and give it parameters.
A runtime/normal Process can be called with values and selectors.
There should be a new type of process, a compiletime process.
A compiletime process can be called with all types of variables and will be inlined into the calling process.
A compiletime process should be able to call both compiletime and runtime processes.
The text was updated successfully, but these errors were encountered: