Gidsss / UwUIDE

A compiler made to be cute uwu >~<
6 stars 0 forks source link

Even more array builtin methods #284

Closed am-cid closed 3 months ago

am-cid commented 4 months ago
  1. flatten-one_d_array()
    • flattens the array to one dimension
    • if already one dimension, will do nothing
    • returns a one dimension variant of the current array type
  2. join-senpai(separator-senpai)
    • use flatten() to flatten the array to one dimension, converts each element into senpai, then combines all elements with the provided separator