From b55cefcb258f11eeee32c1478faefd1bd09ec871 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 6 Sep 2021 16:28:43 -0400 Subject: New chapter on compiler extensions. --- stdlib/source/documentation/lux.lux | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stdlib/source/documentation/lux.lux') diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux index 94ccb3b38..88102d67a 100644 --- a/stdlib/source/documentation/lux.lux +++ b/stdlib/source/documentation/lux.lux @@ -35,7 +35,7 @@ ["#." target] ["#." test] ["#." time] - ... ["#." tool] ... TODO: Documentation for this + ["#." tool] ... TODO: Documentation for this ["#." type] ["#." world] ... ["#." target "_" @@ -1031,7 +1031,9 @@ ($.default /.Source) ($.default /.Module_State) ($.default /.Type_Context) - ($.default /.Macro')] + ($.default /.Macro') + ($.default /.Label) + ($.default /.macro)] [/abstract.documentation /control.documentation /data.documentation @@ -1048,6 +1050,7 @@ /target.documentation /test.documentation /time.documentation + /tool.documentation /type.documentation /world.documentation])) -- cgit v1.2.3