prepare Nim codebase for upcoming parser changes

This commit is contained in:
Andreas Rumpf
2016-07-15 12:56:03 +02:00
parent 3e72c98d49
commit 0834cd63d9
26 changed files with 46 additions and 46 deletions

View File

@@ -49,7 +49,7 @@ type
TMsgKind: MsgKind].}
const
messages: array [MsgKind, string] = [
messages: array[MsgKind, string] = [
meCannotOpenFile: "cannot open '$1'",
meExpected: "'$1' expected",
meGridTableNotImplemented: "grid table is not implemented",