johneastman / boomerang

An interpreted programming language written in Python
https://jeastman.pythonanywhere.com/
MIT License
0 stars 0 forks source link

Plus Operator Concat Lists #46

Closed johneastman closed 1 year ago

johneastman commented 1 year ago

Add Support for + operator with lists. The result will combine the two lists together, adding the values in the right list to the end of the list on the left.

Modify Send <- operator to append values to list, including other lists (right now, send will concat lists if the right side of the expression is a list).

johneastman commented 1 year ago

Commit: https://github.com/johneastman/boomerang/commit/606641ed6fb8a5038a97e84fdbfbf1cd3501f815