-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
101 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
100.0% in inform7 run | ||
66.7% in compilation to Inter | ||
44.4% in //Sequence::undertake_queued_tasks// | ||
66.2% in compilation to Inter | ||
43.7% in //Sequence::undertake_queued_tasks// | ||
4.4% in //MajorNodes::pre_pass// | ||
3.3% in //MajorNodes::pass_1// | ||
3.4% in //MajorNodes::pass_1// | ||
2.0% in //RTKindConstructors::compile// | ||
1.6% in //ImperativeDefinitions::assess_all// | ||
1.6% in //RTPhrasebook::compile_entries// | ||
1.7% in //ImperativeDefinitions::assess_all// | ||
1.3% in //RTPhrasebook::compile_entries// | ||
1.0% in //Sequence::lint_inter// | ||
0.6% in //ImperativeDefinitions::compile_first_block// | ||
0.6% in //MajorNodes::pass_2// | ||
0.6% in //World::stage_V// | ||
0.3% in //CompletionModule::compile// | ||
0.3% in //InferenceSubjects::emit_all// | ||
0.3% in //RTKindConstructors::compile_permissions// | ||
0.3% in //Sequence::undertake_queued_tasks// | ||
0.3% in //Sequence::undertake_queued_tasks// | ||
0.3% in //Task::make_built_in_kind_constructors// | ||
0.3% in //World::stages_II_and_III// | ||
3.7% not specifically accounted for | ||
26.4% in running Inter pipeline | ||
8.8% in step 14/15: generate inform6 -> auto.inf | ||
7.1% in step 5/15: load-binary-kits | ||
5.4% in step 6/15: make-synoptic-module | ||
4.2% not specifically accounted for | ||
26.8% in running Inter pipeline | ||
8.9% in step 14/15: generate inform6 -> auto.inf | ||
7.2% in step 5/15: load-binary-kits | ||
5.5% in step 6/15: make-synoptic-module | ||
2.0% in step 9/15: make-identifiers-unique | ||
0.3% in step 11/15: eliminate-redundant-labels | ||
0.3% in step 12/15: eliminate-redundant-operations | ||
0.3% in step 4/15: compile-splats | ||
0.3% in step 7/15: shorten-wiring | ||
0.3% in step 8/15: detect-indirect-calls | ||
1.7% not specifically accounted for | ||
6.1% in supervisor | ||
1.3% not specifically accounted for | ||
6.2% in supervisor | ||
0.7% not specifically accounted for |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Staging Area | ||
yellow banana was est 1919 for race leader. | ||
polkadot banana was est 1933 for King of the Mountains. | ||
green banana was est 1953 for highest point scorer on sprints. | ||
white banana was est 1975 for best cyclist aged 25 or less. | ||
|
||
red snowflake provides snowtext: This snowflake is red. | ||
blue snowflake provides snowtext: This snowflake is blue. | ||
|
||
Welcome | ||
An Interactive Fiction | ||
Release 1 / Serial number 160428 / Inform 7 v10.2.0 / D | ||
|
||
Staging Area | ||
You can see a yellow jersey, a polkadot jersey, a green jersey and a white jersey here. | ||
|
||
> > Staging Area | ||
(Testing.) | ||
|
||
>[1] examine yellow jersey | ||
Since 1919, the Tour de France has awarded this jersey to the race leader. | ||
|
||
>[2] examine green jersey | ||
Since 1953, the Tour de France has awarded this jersey to the highest point scorer on sprints. | ||
|
||
> > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Test: ObjectsDefinedByTable | ||
For: Z-Machine | ||
|
||
The Staging Area is a room. A jersey is a kind of thing. A jersey is wearable. Some jerseys in the Staging Area are defined by the Table of Honorary Jerseys. The description of a jersey is "Since [year established], the Tour de France has awarded this jersey to the [citation]." | ||
|
||
A banana is a kind of value. Some bananas are defined by the Table of Honorary Bananas. | ||
|
||
When play begins: | ||
repeat with B running through bananas: | ||
say "[B] was est [year banana established of B] for [banana citation of B]." | ||
|
||
Table of Honorary Jerseys | ||
jersey year established citation | ||
a yellow jersey 1919 "race leader" | ||
a polkadot jersey 1933 "King of the Mountains" | ||
a green jersey 1953 "highest point scorer on sprints" | ||
a white jersey 1975 "best cyclist aged 25 or less" | ||
|
||
Table of Honorary Bananas | ||
banana year banana established banana citation | ||
a yellow banana 1919 "race leader" | ||
a polkadot banana 1933 "King of the Mountains" | ||
a green banana 1953 "highest point scorer on sprints" | ||
a white banana 1975 "best cyclist aged 25 or less" | ||
|
||
Test me with "examine yellow jersey / examine green jersey". | ||
|
||
A snowflake is a kind of object. A snowflake has some text called the snowtext. | ||
|
||
Some snowflakes are defined by the Table of Test Snow. | ||
|
||
Table of Test Snow | ||
snowflake snowtext | ||
red snowflake "This snowflake is red" | ||
blue snowflake "This snowflake is blue" | ||
|
||
When play begins: | ||
repeat with S running through objects: | ||
if S provides snowtext: | ||
say "[S] provides snowtext: [snowtext of S]." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters