Skip to content

Introduce linking phase to compiler - #108

Merged
istathar merged 9 commits into
technique-lang:mainfrom
istathar:run-5
Jun 2, 2026
Merged

Introduce linking phase to compiler#108
istathar merged 9 commits into
technique-lang:mainfrom
istathar:run-5

Conversation

@istathar

@istathar istathar commented Jun 2, 2026

Copy link
Copy Markdown
Member

Introduce a linking phase tasked with resolving function names. Builtin pure functions for coercing types to facilitate iteration such seq() and values() are in the core Library. Functions provided by the host environment appropriate to a specific domain will supplied by that domain's implementation.

This branch evolves and ExecutableId and ExecutableRef for functions analogous to the SubroutineId and SubroutineRef for invocations.

@istathar istathar self-assigned this Jun 2, 2026
@istathar
istathar merged commit 1ea7a2e into technique-lang:main Jun 2, 2026
1 check passed
@istathar
istathar deleted the run-5 branch June 2, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant