Add string support
Created originally on Bitbucket by rallant92 (Roger Flores)
Strings can be assigned and compared using == and !=.
Constants are now reused when possible. So '1 + 1;' produces LOAD_CONSTANT 0 LOAD_CONSTANT 0 BINARY_ADD 0
Created originally on Bitbucket by rallant92 (Roger Flores)
Strings can be assigned and compared using == and !=.
Constants are now reused when possible. So '1 + 1;' produces LOAD_CONSTANT 0 LOAD_CONSTANT 0 BINARY_ADD 0