sol-explore
Version:
Traversal functions for solidity-parser generated AST
62 lines • 1.19 kB
JavaScript
module.exports = {
'as': 'as',
'break': 'break',
'case': 'case',
'catch': 'catch',
'class': 'class',
'const': 'const',
'constant': 'constant',
'continue': 'continue',
'contract': 'contract',
'debugger': 'debugger',
'default': 'default',
'delete': 'delete',
'do': 'do',
'else': 'else',
'enum': 'enum',
'ether': 'ether',
'event': 'event',
'export': 'export',
'extends': 'extends',
'false': 'false',
'finally': 'finally',
'finney': 'finney',
'for': 'for',
'from': 'from',
'function': 'function',
'get': 'get',
'if': 'if',
'is': 'is',
'indexed': 'indexed',
'instanceof': 'instanceof',
'in': 'in',
'import': 'import',
'internal': 'internal',
'library': 'library',
'mapping': 'mapping',
'memory': 'memory',
'modifier': 'modifier',
'new': 'new',
'null': 'null',
'private': 'private',
'public': 'public',
'return': 'return',
'returns': 'returns',
'set': 'set',
'storage': 'storage',
'struct': 'struct',
'super': 'super',
'switch': 'switch',
'szabo': 'szabo',
'this': 'this',
'throw': 'throw',
'true': 'true',
'try': 'try',
'typeof': 'typeof',
'using': 'using',
'var': 'var',
'void': 'void',
'wei': 'wei',
'while': 'while',
'with': 'with'
};