about summary refs log tree commit diff
path: root/elf.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-09-07 23:53:55 -0700
committerIrene Knapp <ireneista@irenes.space>2026-09-07 23:53:55 -0700
commit05e59d02e76a1eed55f04f63257a7bb65326bcb0 (patch)
treea7e1d9497bbd5287b0b3b80d8c39c4e9c8b09c2c /elf.e
parent06ce6d8b66db0a274e36d05f8a9b470455b84728 (diff)
add indentation and blank lines as magic-comment features
the output is really starting to look like something!

Force-Push: yes
Change-Id: Ic41c8b1702d884ff89693a86d457af7cc752aa86
Diffstat (limited to 'elf.e')
-rw-r--r--elf.e3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf.e b/elf.e
index a832c61..a149a0f 100644
--- a/elf.e
+++ b/elf.e
@@ -23,6 +23,7 @@
 ~   The only interesting thing here is the entry pointer.
 
 : elf-file-header
+  ~ : blank-line
   ~ : ELF file header
   ~ * denotes mandatory fields according to breadbox
   current-offset 3unroll
@@ -87,6 +88,7 @@
 
 ~ ~~
 : elf-program-header
+  ~ : blank-line
   ~ : ELF program header
   ~ * denotes mandatory fields according to breadbox
   current-offset L!' elf-program-header
@@ -114,6 +116,7 @@
 ~ may be useful for other programs, such as hex.e. Its only difference from
 ~ the base version is that it adds the write permission.
 : elf-program-header-writable
+  ~ : blank-line
   ~ : ELF program header
   ~ * denotes mandatory fields according to breadbox
   current-offset L!' elf-program-header