From fd91f7f61bfa84cbc24590d5394d75891cc1cfcc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 19 Sep 2019 21:01:43 -0700 Subject: 5675 - move helpers from subx-common into layers This undoes 5672 in favor of a new plan: Layers 000 - 099 are for running without syntax sugar. We use them for building syntax-sugar passes. Layers 100 and up are for running with all syntax sugar. The layers are arranged in approximate order so more phases rely on earlier layers than later ones. I plan to not use intermediate syntax sugar (just sigils without calls, or sigils and calls without braces) anywhere except in the specific passes implementing them. --- apps/braces.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/braces.subx') diff --git a/apps/braces.subx b/apps/braces.subx index cb0fa9dd..694f7314 100644 --- a/apps/braces.subx +++ b/apps/braces.subx @@ -1,7 +1,7 @@ # Structured control flow using break/loop rather than jump. # # To run (on Linux): -# $ ./ntranslate init.linux 0*.subx apps/subx-common.subx apps/calls.subx +# $ ./ntranslate init.linux 0*.subx apps/subx-params.subx apps/calls.subx # $ mv a.elf apps/calls # # Example 1: -- cgit 1.4.1-2-gfad0