corrects +brass printfs

This commit is contained in:
Joe Bryan 2018-12-04 13:42:58 -05:00
parent 75705bec65
commit 4e58545be6

View File

@ -159,15 +159,15 @@
::
:: compiler-twig: compiler as hoon expression
::
~& %metal-parsing
~& %brass-parsing
=+ compiler-twig=(ream compiler-source)
~& %metal-parsed
~& %brass-parsed
::
:: compiler-formula: compiler as nock formula
::
~& %metal-compiling
~& %brass-compiling
=+ compiler-formula=q:(~(mint ut %noun) %noun compiler-twig)
~& %metal-compiled
~& %brass-compiled
::
:: arvo-source: hoon source file producing arvo kernel, `sys/arvo`
::