From 4db6b370346d1a2fef2d35c1a64580e93e2bdf0d Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 26 Jul 2018 15:51:29 -0700 Subject: [PATCH] 4425 Better name for a layer. --- subx/{011parse.cc => 011run.cc} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename subx/{011parse.cc => 011run.cc} (98%) diff --git a/subx/011parse.cc b/subx/011run.cc similarity index 98% rename from subx/011parse.cc rename to subx/011run.cc index 639299df..906a8305 100644 --- a/subx/011parse.cc +++ b/subx/011run.cc @@ -1,4 +1,7 @@ -//: Loading programs into the VM. +//: Running SubX programs on the VM. + +//: (Not to be confused with the 'run' subcommand for running ELF binaries on +//: the VM. That comes later.) :(before "End Help Texts") put(Help, "syntax",