On 1 March 2016 at 17:00, Connor Lane Smith <c...@lubutu.com> wrote: > acme/regx.c certainly was derived from sam/regexp.c. See attached diff.
I forgot to also check the other files necessary for sam's command language, but they too seem similarly derived: * sam/cmd.c -> acme/edit.c * sam/parse.h -> acme/edit.h * sam/regexp.c -> acme/regx.c * sam/xec.c -> acme/ecmd.c cls