Dev memory blocks
Change the memory functions to use sequences instead of lists
- Still functions for lists that use sequences (with List.of_seq and List.to_seq)
- StdString functions will need some changes (mainly strconcat) when finishing predefined functions with array functions
Added some tests for the memory functions