Kiss-Vscode can compile and load a Config.kiss

This commit is contained in:
2021-01-17 20:17:18 -07:00
parent 9d6325352c
commit 96c16c89b3

View File

@@ -151,6 +151,7 @@ class Reader {
stream.startOfLine = false;
else
readFunction = chooseReadFunction(stream, k.readTable);
// This should never happen, because there is a readFunction for "":
if (readFunction == null)
throw 'No macro to read next expression';