view core/src/luan/modules/Table.luan @ 473:bab5607a0eed

move do_file implementation to luan
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 May 2015 00:25:48 -0600
parents 7fd9f1b7b878
children 55f9f74f1e55
line wrap: on
line source

java()
local TableLuan = require "java:luan.modules.TableLuan"

clone = TableLuan.clone
concat = TableLuan.concat
insert = TableLuan.insert
new_property_table = TableLuan.new_property_table
pack = TableLuan.pack
remove = TableLuan.remove
sort = TableLuan.sort
sub_list = TableLuan.sub_list
unpack = TableLuan.unpack