Constant true/false nodes #54
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every time a boolean literal is visited, the visitor generates a constant integer node. Provide
true
/false
values as aglobal_tree
once, similar tonull_pointer_node
provided by GCC.