mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Prepare for the incoming Dead Code Removal module.
This commit is contained in:
parent
bcc7fe3524
commit
58e22f77ce
3 changed files with 30 additions and 14 deletions
|
@ -313,7 +313,7 @@ class outscript(object):
|
|||
if nt == 'EXPR':
|
||||
return self.dent() + self.OutExpr(child[0]) + ';\n'
|
||||
|
||||
assert False, "Internal error: node type not handled: " + nt
|
||||
assert False, "Internal error: node type not handled: " + nt # pragma: no cover
|
||||
|
||||
def output(self, treesymtab, options = ('optsigns','optfloats')):
|
||||
# Build a sorted list of dict entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue