xgo/compiler/stdlib
2019-01-28 19:30:32 -08:00
..
errors.go add os File functions; add Bytes type 2019-01-18 01:43:46 -08:00
exec.go add 'exec' module 2019-01-18 10:17:24 -08:00
func_typedefs.go add more strings functions to text module 2019-01-28 19:30:32 -08:00
func_typedefs_test.go add more strings functions to text module 2019-01-28 19:30:32 -08:00
math.go 1. remove some stdmod functions for the latest Go version 2. add .travis.yml 2019-01-19 20:28:32 -08:00
os.go os: use SeekStart, SeekCurrent and SeekEnd instead deprecated values 2019-01-21 15:39:10 +05:00
os_file.go add more comments 2019-01-18 01:57:14 -08:00
os_process.go os Process functions 2019-01-18 02:28:58 -08:00
stdlib.go text module: regex functions (re_match, re_find, re_split, re_replace) 2019-01-28 18:30:26 -08:00
stdlib_test.go text module: regex functions (re_match, re_find, re_split, re_replace) 2019-01-28 18:30:26 -08:00
text.go add more strings functions to text module 2019-01-28 19:30:32 -08:00
text_test.go add more strings functions to text module 2019-01-28 19:30:32 -08:00