mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
prepare Nim codebase for upcoming parser changes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user