chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006f86c
)
script: section boundary for lowering code
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Jul 2021 00:32:32 +0000
(
01:32
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Jul 2021 00:32:32 +0000
(
01:32
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index e2ebea8686d2685570e5e15c034344393dbee5e2..e0a779d8c5430e894951c9114f2a4e59e9e2d584 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-555,6
+555,8
@@
function rotate_targets(uo: UoRecord, dangle: number): boolean {
return true;
}
+// ----- lower -----
+
type LowerTodoItem = {
piece: PieceId,
p: PieceInfo,