Skip to content

Commit c3bd8be

Browse files
committed
TC21-032 Replace AWK script with a Python one.
1 parent 547d533 commit c3bd8be

File tree

3 files changed

+255
-202
lines changed

3 files changed

+255
-202
lines changed

doc/HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ sed -n -e '/^ --```typescript/,/^ --```/p' lsp-messages.ads
168168
```
169169
170170
Unfortunately we have to reorder Ada declarations to follow _"define before use"_
171-
rule. To restore original order use `awk -f reorder.awk` script. Then you can
171+
rule. To restore original order use `scripts/reorder.py` script. Then you can
172172
compare texts with `diff -u` to see what's changed.
173173
174174
Rules to match method name with corresponding messages are not present in the

scripts/reorder.awk

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)