keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
292 stars 30 forks source link

Allow 3 * 'a' as well as 'a' * 3 #54

Closed keith-packard closed 2 years ago

keith-packard commented 2 years ago

Replication of strings and lists is supposed to work with operands in either order, so check for that and flip them around.

Add tests for string operators.

Closes #53

Signed-off-by: Keith Packard keithp@keithp.com