From 85239d2c294a28b45f46f0b1333d161a403270f6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 10 Aug 2019 23:46:33 -0400 Subject: Got the new compiler working again. --- stdlib/source/lux/control/parser/synthesis.lux | 3 ++- stdlib/source/lux/tool/compiler/meta/io/context.lux | 4 ++-- stdlib/source/lux/tool/compiler/meta/packager/script.lux | 5 ++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/source') diff --git a/stdlib/source/lux/control/parser/synthesis.lux b/stdlib/source/lux/control/parser/synthesis.lux index 1b0a38acd..8fdeb4911 100644 --- a/stdlib/source/lux/control/parser/synthesis.lux +++ b/stdlib/source/lux/control/parser/synthesis.lux @@ -16,7 +16,8 @@ ["%" format (#+ format)]]] [tool [compiler - [analysis (#+ Variant Tuple Environment Arity)] + [arity (#+ Arity)] + [analysis (#+ Variant Tuple Environment)] ["/" synthesis (#+ Synthesis Abstraction)]]]] ["." //]) diff --git a/stdlib/source/lux/tool/compiler/meta/io/context.lux b/stdlib/source/lux/tool/compiler/meta/io/context.lux index 2e4b355bd..cc23f11be 100644 --- a/stdlib/source/lux/tool/compiler/meta/io/context.lux +++ b/stdlib/source/lux/tool/compiler/meta/io/context.lux @@ -9,12 +9,12 @@ [security ["!" capability]]] [data + [binary (#+ Binary)] ["." text ("#;." hash) ["%" format (#+ format)] ["." encoding]]] [world - ["." file (#+ Path File)] - [binary (#+ Binary)]] + ["." file (#+ Path File)]] [type (#+ :share)]] ["." // (#+ Context Code) ["#/" // #_ diff --git a/stdlib/source/lux/tool/compiler/meta/packager/script.lux b/stdlib/source/lux/tool/compiler/meta/packager/script.lux index 5693b59be..8e7988f37 100644 --- a/stdlib/source/lux/tool/compiler/meta/packager/script.lux +++ b/stdlib/source/lux/tool/compiler/meta/packager/script.lux @@ -3,6 +3,7 @@ [control [pipe (#+ case>)]] [data + [binary (#+ Binary)] ["." product] ["." text ["." encoding]] @@ -14,9 +15,7 @@ [tool [compiler [phase - [generation (#+ Output)]]]] - [world - [binary (#+ Binary)]]]) + [generation (#+ Output)]]]]]) (def: #export (package outputs) (All [statements] -- cgit v1.2.3