You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/internal/literals
Daniel Martí 846ddb4097
internal/literals: minor adjustments to the last commits (#77)
First, unindent some of the AST code.

Second, genRandInt is unused; delete it.

Third, genRandIntn is really just mathrand.Intn. Just use it directly.

Fourth, don't use inline comments if they result in super long lines.
4 years ago
..
asthelpers.go intLiteral helper now accepts int (#76) 4 years ago
literals.go internal/literals: minor adjustments to the last commits (#77) 4 years ago
numbers.go intLiteral helper now accepts int (#76) 4 years ago
obfuscators.go internal/literals: minor adjustments to the last commits (#77) 4 years ago
swap.go internal/literals: minor adjustments to the last commits (#77) 4 years ago
xor.go Add float, int, and boolean literal obfuscation. 4 years ago