Skip to content

Add string support

Bitbucket Importer requested to merge topic/default/bitbucket-pr-3 into branch/default

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

Merge request reports