summary refs log tree commit diff stats
path: root/nim/wordrecg.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/wordrecg.pas')
-rw-r--r--nim/wordrecg.pas60
1 files changed, 30 insertions, 30 deletions
diff --git a/nim/wordrecg.pas b/nim/wordrecg.pas
index 7957d354b..cd31a64e4 100644
--- a/nim/wordrecg.pas
+++ b/nim/wordrecg.pas
@@ -39,20 +39,20 @@ type
     //  i = i + 1
     //cog.out(idents)
     //]]]
-    wAddr, wAnd, wAs, wAsm, 
-    wBlock, wBreak, wCase, wCast, 
-    wConst, wContinue, wConverter, wDiscard, 
-    wDiv, wElif, wElse, wEnd, 
-    wEnum, wExcept, wException, wFinally, 
-    wFor, wFrom, wGeneric, wIf, 
-    wImplies, wImport, wIn, wInclude, 
-    wIs, wIsnot, wIterator, wLambda, 
-    wMacro, wMethod, wMod, wNil, 
-    wNot, wNotin, wObject, wOf, 
-    wOr, wOut, wProc, wPtr, 
-    wRaise, wRef, wReturn, wShl, 
-    wShr, wTemplate, wTry, wTuple, 
-    wType, wVar, wWhen, wWhere, 
+    wAbstract, wAddr, wAnd, wAs, 
+    wAsm, wBlock, wBreak, wCase, 
+    wCast, wConst, wContinue, wConverter, 
+    wDiscard, wDiv, wElif, wElse, 
+    wEnd, wEnum, wExcept, wException, 
+    wFinally, wFor, wFrom, wGeneric, 
+    wIf, wImplies, wImport, wIn, 
+    wInclude, wIs, wIsnot, wIterator, 
+    wLambda, wMacro, wMethod, wMod, 
+    wNil, wNot, wNotin, wObject, 
+    wOf, wOr, wOut, wProc, 
+    wPtr, wRaise, wRef, wReturn, 
+    wShl, wShr, wTemplate, wTry, 
+    wTuple, wType, wVar, wWhen, 
     wWhile, wWith, wWithout, wXor, 
     wYield, 
     //[[[end]]]
@@ -78,7 +78,7 @@ type
     wApp, wConsole, wGui, wPassc, wT, wPassl,
     wL, wListcmd, wGendoc, wGenmapping,
     wOs, wCpu, wGenerate, wG, wC, wCpp,
-    wYaml, wRun, wR, wVerbosity, wV, wHelp,
+    wBorrow, wRun, wR, wVerbosity, wV, wHelp,
     wH, wSymbolFiles, wFieldChecks, wX, wVersion, wAdvanced,
     wSkipcfg, wSkipProjCfg, wCc, wGenscript, wCheckPoint, wCheckPoints,
     wMaxErr, wExpr, wStmt, wTypeDesc,
@@ -113,20 +113,20 @@ const
     //[[[cog
     //cog.out(strings)
     //]]]
-    'addr', 'and', 'as', 'asm', 
-    'block', 'break', 'case', 'cast', 
-    'const', 'continue', 'converter', 'discard', 
-    'div', 'elif', 'else', 'end', 
-    'enum', 'except', 'exception', 'finally', 
-    'for', 'from', 'generic', 'if', 
-    'implies', 'import', 'in', 'include', 
-    'is', 'isnot', 'iterator', 'lambda', 
-    'macro', 'method', 'mod', 'nil', 
-    'not', 'notin', 'object', 'of', 
-    'or', 'out', 'proc', 'ptr', 
-    'raise', 'ref', 'return', 'shl', 
-    'shr', 'template', 'try', 'tuple', 
-    'type', 'var', 'when', 'where', 
+    'abstract', 'addr', 'and', 'as', 
+    'asm', 'block', 'break', 'case', 
+    'cast', 'const', 'continue', 'converter', 
+    'discard', 'div', 'elif', 'else', 
+    'end', 'enum', 'except', 'exception', 
+    'finally', 'for', 'from', 'generic', 
+    'if', 'implies', 'import', 'in', 
+    'include', 'is', 'isnot', 'iterator', 
+    'lambda', 'macro', 'method', 'mod', 
+    'nil', 'not', 'notin', 'object', 
+    'of', 'or', 'out', 'proc', 
+    'ptr', 'raise', 'ref', 'return', 
+    'shl', 'shr', 'template', 'try', 
+    'tuple', 'type', 'var', 'when', 
     'while', 'with', 'without', 'xor', 
     'yield', 
     //[[[end]]]
@@ -152,7 +152,7 @@ const
     'app', 'console', 'gui', 'passc', 't'+'', 'passl',
     'l'+'', 'listcmd', 'gendoc', 'genmapping',
     'os', 'cpu', 'generate', 'g'+'', 'c'+'', 'cpp',
-    'yaml', 'run', 'r'+'', 'verbosity', 'v'+'', 'help',
+    'borrow', 'run', 'r'+'', 'verbosity', 'v'+'', 'help',
     'h'+'', 'symbolfiles', 'fieldchecks', 'x'+'', 'version', 'advanced',
     'skipcfg', 'skipprojcfg', 'cc', 'genscript', 'checkpoint', 'checkpoints',
     'maxerr', 'expr', 'stmt', 'typedesc',