Kiss-Vscode can compile and load a Config.kiss

This commit is contained in:
2021-01-17 20:17:18 -07:00
parent 6c901ba943
commit 228d91f8e7
10 changed files with 89 additions and 10 deletions

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';