From 747f6f76b36b48c14279fbd534a778358ffbdaed Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 2 Feb 2024 18:03:37 -0500 Subject: [PATCH] drop superfluous prefixing --- baselines/chapter10/{chapter10-add-abc.txt => add-abc.txt} | 0 baselines/chapter10/{chapter10-clock.txt => clock.txt} | 0 ...{chapter10-define-and-call-fun.txt => define-and-call-fun.txt} | 0 baselines/chapter10/{chapter10-fibonacci.txt => fibonacci.txt} | 0 .../chapter10/{chapter10-linked-list.txt => linked-list.txt} | 0 .../chapter10/{chapter10-make-counter.txt => make-counter.txt} | 0 .../{chapter10-multi-currency.txt => multi-currency.txt} | 0 baselines/chapter10/{chapter10-print-fun.txt => print-fun.txt} | 0 .../{chapter10-return-in-loop.txt => return-in-loop.txt} | 0 .../{chapter10-return-nothing.txt => return-nothing.txt} | 0 ...er10-too-many-params.errors.txt => too-many-params.errors.txt} | 0 .../{chapter8-assign-outer-scope.txt => assign-outer-scope.txt} | 0 .../{chapter8-challenge3.errors.txt => challenge3.errors.txt} | 0 baselines/chapter9/{chapter9-fibonacci.txt => fibonacci.txt} | 0 baselines/chapter9/{chapter9-for.txt => for.txt} | 0 .../chapter9/{chapter9-if-statement.txt => if-statement.txt} | 0 baselines/chapter9/{chapter9-logical.txt => logical.txt} | 0 baselines/chapter9/{chapter9-while.txt => while.txt} | 0 examples/chapter10/{chapter10-add-abc.lox => add-abc.lox} | 0 examples/chapter10/{chapter10-clock.lox => clock.lox} | 0 ...{chapter10-define-and-call-fun.lox => define-and-call-fun.lox} | 0 examples/chapter10/{chapter10-fibonacci.lox => fibonacci.lox} | 0 examples/chapter10/{chapter10-linked-list.lox => linked-list.lox} | 0 .../chapter10/{chapter10-make-counter.lox => make-counter.lox} | 0 .../{chapter10-multi-currency.lox => multi-currency.lox} | 0 examples/chapter10/{chapter10-print-fun.lox => print-fun.lox} | 0 .../{chapter10-return-in-loop.lox => return-in-loop.lox} | 0 .../{chapter10-return-nothing.lox => return-nothing.lox} | 0 .../{chapter10-too-many-params.lox => too-many-params.lox} | 0 .../{chapter8-assign-outer-scope.lox => assign-outer-scope.lox} | 0 examples/chapter8/{chapter8-challenge3.lox => challenge3.lox} | 0 examples/chapter9/{chapter9-fibonacci.lox => fibonacci.lox} | 0 examples/chapter9/{chapter9-for.lox => for.lox} | 0 examples/chapter9/{chapter9-if-statement.lox => if-statement.lox} | 0 examples/chapter9/{chapter9-logical.lox => logical.lox} | 0 examples/chapter9/{chapter9-while.lox => while.lox} | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename baselines/chapter10/{chapter10-add-abc.txt => add-abc.txt} (100%) rename baselines/chapter10/{chapter10-clock.txt => clock.txt} (100%) rename baselines/chapter10/{chapter10-define-and-call-fun.txt => define-and-call-fun.txt} (100%) rename baselines/chapter10/{chapter10-fibonacci.txt => fibonacci.txt} (100%) rename baselines/chapter10/{chapter10-linked-list.txt => linked-list.txt} (100%) rename baselines/chapter10/{chapter10-make-counter.txt => make-counter.txt} (100%) rename baselines/chapter10/{chapter10-multi-currency.txt => multi-currency.txt} (100%) rename baselines/chapter10/{chapter10-print-fun.txt => print-fun.txt} (100%) rename baselines/chapter10/{chapter10-return-in-loop.txt => return-in-loop.txt} (100%) rename baselines/chapter10/{chapter10-return-nothing.txt => return-nothing.txt} (100%) rename baselines/chapter10/{chapter10-too-many-params.errors.txt => too-many-params.errors.txt} (100%) rename baselines/chapter8/{chapter8-assign-outer-scope.txt => assign-outer-scope.txt} (100%) rename baselines/chapter8/{chapter8-challenge3.errors.txt => challenge3.errors.txt} (100%) rename baselines/chapter9/{chapter9-fibonacci.txt => fibonacci.txt} (100%) rename baselines/chapter9/{chapter9-for.txt => for.txt} (100%) rename baselines/chapter9/{chapter9-if-statement.txt => if-statement.txt} (100%) rename baselines/chapter9/{chapter9-logical.txt => logical.txt} (100%) rename baselines/chapter9/{chapter9-while.txt => while.txt} (100%) rename examples/chapter10/{chapter10-add-abc.lox => add-abc.lox} (100%) rename examples/chapter10/{chapter10-clock.lox => clock.lox} (100%) rename examples/chapter10/{chapter10-define-and-call-fun.lox => define-and-call-fun.lox} (100%) rename examples/chapter10/{chapter10-fibonacci.lox => fibonacci.lox} (100%) rename examples/chapter10/{chapter10-linked-list.lox => linked-list.lox} (100%) rename examples/chapter10/{chapter10-make-counter.lox => make-counter.lox} (100%) rename examples/chapter10/{chapter10-multi-currency.lox => multi-currency.lox} (100%) rename examples/chapter10/{chapter10-print-fun.lox => print-fun.lox} (100%) rename examples/chapter10/{chapter10-return-in-loop.lox => return-in-loop.lox} (100%) rename examples/chapter10/{chapter10-return-nothing.lox => return-nothing.lox} (100%) rename examples/chapter10/{chapter10-too-many-params.lox => too-many-params.lox} (100%) rename examples/chapter8/{chapter8-assign-outer-scope.lox => assign-outer-scope.lox} (100%) rename examples/chapter8/{chapter8-challenge3.lox => challenge3.lox} (100%) rename examples/chapter9/{chapter9-fibonacci.lox => fibonacci.lox} (100%) rename examples/chapter9/{chapter9-for.lox => for.lox} (100%) rename examples/chapter9/{chapter9-if-statement.lox => if-statement.lox} (100%) rename examples/chapter9/{chapter9-logical.lox => logical.lox} (100%) rename examples/chapter9/{chapter9-while.lox => while.lox} (100%) diff --git a/baselines/chapter10/chapter10-add-abc.txt b/baselines/chapter10/add-abc.txt similarity index 100% rename from baselines/chapter10/chapter10-add-abc.txt rename to baselines/chapter10/add-abc.txt diff --git a/baselines/chapter10/chapter10-clock.txt b/baselines/chapter10/clock.txt similarity index 100% rename from baselines/chapter10/chapter10-clock.txt rename to baselines/chapter10/clock.txt diff --git a/baselines/chapter10/chapter10-define-and-call-fun.txt b/baselines/chapter10/define-and-call-fun.txt similarity index 100% rename from baselines/chapter10/chapter10-define-and-call-fun.txt rename to baselines/chapter10/define-and-call-fun.txt diff --git a/baselines/chapter10/chapter10-fibonacci.txt b/baselines/chapter10/fibonacci.txt similarity index 100% rename from baselines/chapter10/chapter10-fibonacci.txt rename to baselines/chapter10/fibonacci.txt diff --git a/baselines/chapter10/chapter10-linked-list.txt b/baselines/chapter10/linked-list.txt similarity index 100% rename from baselines/chapter10/chapter10-linked-list.txt rename to baselines/chapter10/linked-list.txt diff --git a/baselines/chapter10/chapter10-make-counter.txt b/baselines/chapter10/make-counter.txt similarity index 100% rename from baselines/chapter10/chapter10-make-counter.txt rename to baselines/chapter10/make-counter.txt diff --git a/baselines/chapter10/chapter10-multi-currency.txt b/baselines/chapter10/multi-currency.txt similarity index 100% rename from baselines/chapter10/chapter10-multi-currency.txt rename to baselines/chapter10/multi-currency.txt diff --git a/baselines/chapter10/chapter10-print-fun.txt b/baselines/chapter10/print-fun.txt similarity index 100% rename from baselines/chapter10/chapter10-print-fun.txt rename to baselines/chapter10/print-fun.txt diff --git a/baselines/chapter10/chapter10-return-in-loop.txt b/baselines/chapter10/return-in-loop.txt similarity index 100% rename from baselines/chapter10/chapter10-return-in-loop.txt rename to baselines/chapter10/return-in-loop.txt diff --git a/baselines/chapter10/chapter10-return-nothing.txt b/baselines/chapter10/return-nothing.txt similarity index 100% rename from baselines/chapter10/chapter10-return-nothing.txt rename to baselines/chapter10/return-nothing.txt diff --git a/baselines/chapter10/chapter10-too-many-params.errors.txt b/baselines/chapter10/too-many-params.errors.txt similarity index 100% rename from baselines/chapter10/chapter10-too-many-params.errors.txt rename to baselines/chapter10/too-many-params.errors.txt diff --git a/baselines/chapter8/chapter8-assign-outer-scope.txt b/baselines/chapter8/assign-outer-scope.txt similarity index 100% rename from baselines/chapter8/chapter8-assign-outer-scope.txt rename to baselines/chapter8/assign-outer-scope.txt diff --git a/baselines/chapter8/chapter8-challenge3.errors.txt b/baselines/chapter8/challenge3.errors.txt similarity index 100% rename from baselines/chapter8/chapter8-challenge3.errors.txt rename to baselines/chapter8/challenge3.errors.txt diff --git a/baselines/chapter9/chapter9-fibonacci.txt b/baselines/chapter9/fibonacci.txt similarity index 100% rename from baselines/chapter9/chapter9-fibonacci.txt rename to baselines/chapter9/fibonacci.txt diff --git a/baselines/chapter9/chapter9-for.txt b/baselines/chapter9/for.txt similarity index 100% rename from baselines/chapter9/chapter9-for.txt rename to baselines/chapter9/for.txt diff --git a/baselines/chapter9/chapter9-if-statement.txt b/baselines/chapter9/if-statement.txt similarity index 100% rename from baselines/chapter9/chapter9-if-statement.txt rename to baselines/chapter9/if-statement.txt diff --git a/baselines/chapter9/chapter9-logical.txt b/baselines/chapter9/logical.txt similarity index 100% rename from baselines/chapter9/chapter9-logical.txt rename to baselines/chapter9/logical.txt diff --git a/baselines/chapter9/chapter9-while.txt b/baselines/chapter9/while.txt similarity index 100% rename from baselines/chapter9/chapter9-while.txt rename to baselines/chapter9/while.txt diff --git a/examples/chapter10/chapter10-add-abc.lox b/examples/chapter10/add-abc.lox similarity index 100% rename from examples/chapter10/chapter10-add-abc.lox rename to examples/chapter10/add-abc.lox diff --git a/examples/chapter10/chapter10-clock.lox b/examples/chapter10/clock.lox similarity index 100% rename from examples/chapter10/chapter10-clock.lox rename to examples/chapter10/clock.lox diff --git a/examples/chapter10/chapter10-define-and-call-fun.lox b/examples/chapter10/define-and-call-fun.lox similarity index 100% rename from examples/chapter10/chapter10-define-and-call-fun.lox rename to examples/chapter10/define-and-call-fun.lox diff --git a/examples/chapter10/chapter10-fibonacci.lox b/examples/chapter10/fibonacci.lox similarity index 100% rename from examples/chapter10/chapter10-fibonacci.lox rename to examples/chapter10/fibonacci.lox diff --git a/examples/chapter10/chapter10-linked-list.lox b/examples/chapter10/linked-list.lox similarity index 100% rename from examples/chapter10/chapter10-linked-list.lox rename to examples/chapter10/linked-list.lox diff --git a/examples/chapter10/chapter10-make-counter.lox b/examples/chapter10/make-counter.lox similarity index 100% rename from examples/chapter10/chapter10-make-counter.lox rename to examples/chapter10/make-counter.lox diff --git a/examples/chapter10/chapter10-multi-currency.lox b/examples/chapter10/multi-currency.lox similarity index 100% rename from examples/chapter10/chapter10-multi-currency.lox rename to examples/chapter10/multi-currency.lox diff --git a/examples/chapter10/chapter10-print-fun.lox b/examples/chapter10/print-fun.lox similarity index 100% rename from examples/chapter10/chapter10-print-fun.lox rename to examples/chapter10/print-fun.lox diff --git a/examples/chapter10/chapter10-return-in-loop.lox b/examples/chapter10/return-in-loop.lox similarity index 100% rename from examples/chapter10/chapter10-return-in-loop.lox rename to examples/chapter10/return-in-loop.lox diff --git a/examples/chapter10/chapter10-return-nothing.lox b/examples/chapter10/return-nothing.lox similarity index 100% rename from examples/chapter10/chapter10-return-nothing.lox rename to examples/chapter10/return-nothing.lox diff --git a/examples/chapter10/chapter10-too-many-params.lox b/examples/chapter10/too-many-params.lox similarity index 100% rename from examples/chapter10/chapter10-too-many-params.lox rename to examples/chapter10/too-many-params.lox diff --git a/examples/chapter8/chapter8-assign-outer-scope.lox b/examples/chapter8/assign-outer-scope.lox similarity index 100% rename from examples/chapter8/chapter8-assign-outer-scope.lox rename to examples/chapter8/assign-outer-scope.lox diff --git a/examples/chapter8/chapter8-challenge3.lox b/examples/chapter8/challenge3.lox similarity index 100% rename from examples/chapter8/chapter8-challenge3.lox rename to examples/chapter8/challenge3.lox diff --git a/examples/chapter9/chapter9-fibonacci.lox b/examples/chapter9/fibonacci.lox similarity index 100% rename from examples/chapter9/chapter9-fibonacci.lox rename to examples/chapter9/fibonacci.lox diff --git a/examples/chapter9/chapter9-for.lox b/examples/chapter9/for.lox similarity index 100% rename from examples/chapter9/chapter9-for.lox rename to examples/chapter9/for.lox diff --git a/examples/chapter9/chapter9-if-statement.lox b/examples/chapter9/if-statement.lox similarity index 100% rename from examples/chapter9/chapter9-if-statement.lox rename to examples/chapter9/if-statement.lox diff --git a/examples/chapter9/chapter9-logical.lox b/examples/chapter9/logical.lox similarity index 100% rename from examples/chapter9/chapter9-logical.lox rename to examples/chapter9/logical.lox diff --git a/examples/chapter9/chapter9-while.lox b/examples/chapter9/while.lox similarity index 100% rename from examples/chapter9/chapter9-while.lox rename to examples/chapter9/while.lox