bugfixes: macros; splitFile; strutils.split; iterator.method

This commit is contained in:
rumpf_a@web.de
2009-10-27 22:28:02 +01:00
parent 053309e60a
commit d5acb88ccc
31 changed files with 177 additions and 95 deletions

View File

@@ -247,6 +247,7 @@
'StrToIdent',
'IdentToStr',
'EqIdent',
'EqNimrodNode',
'NHint',
'NWarning',
'NError'

View File

@@ -201,7 +201,7 @@
{'errXNeedsReturnType': '$1 needs a return type'},
{'errInvalidCommandX': "invalid command: '$1'"},
{'errXOnlyAtModuleScope': "'$1' is only allowed at top level"},
{'errTemplateInstantiationTooNested': 'template instantiation too nested'},
{'errTemplateInstantiationTooNested': 'template/macro instantiation too nested'},
{'errInstantiationFrom': 'instantiation from here'},
{'errInvalidIndexValueForTuple': 'invalid index value for tuple subscript'},
{'errCommandExpectsFilename': 'command expects a filename argument'},