Commit Graph

4 Commits (20ae38104cfbd5daab5450c88702b8f972aee328)

Author SHA1 Message Date
Daniel Martí 75e904f6d4
various minor cleanups and fixes (#99)
Error strings should never be capitalized.

A binsubstr line in one of the tests was duplicate and thus useless.

Remove duplicate or trailing spaces in test scripts.

Finally, add a TODO for an optimization I just spotted.
6 years ago
lu4p 5cbbac56f3
move asthelper functions to separate package (#78) 6 years ago
pagran 14a19b3e6b
intLiteral helper now accepts int (#76) 6 years ago
lu4p 50d24cdf51 Add float, int, and boolean literal obfuscation.
Add ast helper functions to reduce ast footprint.

Add binsubfloat and binsubint functions for testing.

Fixes #55.
6 years ago