When parsing a variable value within double quotes, allow an escaped
authorlum <lum@openbsd.org>
Mon, 3 May 2021 12:18:43 +0000 (12:18 +0000)
committerlum <lum@openbsd.org>
Mon, 3 May 2021 12:18:43 +0000 (12:18 +0000)
commit7ec1563a61444bf75d604ccf351395e4b363b4fa
tree194a4ebf4bc637b64fd0393d7b71f352dbbfd7b8
parentc59e348ce599e590ab15476efa151a70a86bf25a
When parsing a variable value within double quotes, allow an escaped
\" to be accomodated for. Also, move the variable structure to be
global in scope within mg.
usr.bin/mg/def.h
usr.bin/mg/interpreter.c
usr.bin/mg/main.c