mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
43 lines
891 B
Plaintext
43 lines
891 B
Plaintext
::
|
|
:::: /hoon/metal/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
!:
|
|
:- %say
|
|
|= $: {now/@da * bec/beak}
|
|
*
|
|
==
|
|
:- %noun
|
|
::
|
|
:: sys: root path to boot system, `/~me/[desk]/now/sys`
|
|
::
|
|
=+ sys=`path`/(scot %p p.bec)/[q.bec]/(scot %da now)/sys
|
|
::
|
|
:: compiler-source: hoon source file producing compiler, `sys/hoon`
|
|
::
|
|
=+ compiler-source=.^(@t %cx (welp sys /hoon/hoon))
|
|
::
|
|
:: compiler-hoon: compiler as hoon expression
|
|
::
|
|
~& %ivory-parsing
|
|
=+ compiler-hoon=(ream compiler-source)
|
|
~& %ivory-parsed
|
|
::
|
|
:: arvo-source: hoon source file producing arvo kernel, `sys/arvo`
|
|
::
|
|
=+ arvo-source=.^(@t %cx (welp sys /arvo/hoon))
|
|
::
|
|
:: whole-hoon: arvo within compiler
|
|
::
|
|
=+ whole-hoon=`hoon`[%tsgr compiler-hoon [%tsgr [%$ 7] (ream arvo-source)]]
|
|
::
|
|
:: compile the whole schmeer
|
|
::
|
|
~& %ivory-compiling
|
|
=+ whole-formula=q:(~(mint ut %noun) %noun whole-hoon)
|
|
~& %ivory-compiled
|
|
::
|
|
whole-formula
|