about summary refs log tree commit diff stats
path: root/subx/020elf.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-15 22:59:02 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-15 22:59:02 -0700
commit1f56ac6483f97ab18245c69c8c006be158c18a8d (patch)
tree85006b281492a4e5504a32cb7b4a54943c984942 /subx/020elf.cc
parente1fcc521be3d2ec9e379b3baa974cb805386496d (diff)
downloadmu-1f56ac6483f97ab18245c69c8c006be158c18a8d.tar.gz
4350
Reorganize layers to introduce the translation workflow right at the start.

We also avoid duplicating parsing code. Programs are always parsed into
the `program` data structure.
Diffstat (limited to 'subx/020elf.cc')
-rw-r--r--subx/020elf.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc
index 21d0d6bf..e61212b1 100644
--- a/subx/020elf.cc
+++ b/subx/020elf.cc
@@ -1,4 +1,5 @@
-// https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c
+// Helper for debugging and testing.
+// Based on https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c
 
 :(before "End Main")
 assert(argc > 1);