Commit Graph

4 Commits (d85d863f2d002df6c878bf112987cc68ef6f34f4)

Author SHA1 Message Date
Daniel Martí d85d863f2d various minor cleanups and fixes
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.
5 years ago
lu4p 5cbbac56f3
move asthelper functions to separate package (#78) 5 years ago
pagran 14a19b3e6b
intLiteral helper now accepts int (#76) 5 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.
5 years ago