1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/inter/Figures/compile.interpipeline

13 lines
243 B
Plaintext
Raw Normal View History

2022-03-22 23:11:49 +02:00
read <- *in
run pipeline assimilate
run pipeline link
run pipeline optimise
! The following does nothing if the variable *tout does not exist and it
! will exist only when debugging:
optionally-generate text -> *tout
generate -> *out
index