2019-01-24 02:39:05 +03:00
|
|
|
# Standard Library
|
|
|
|
|
2019-01-30 07:46:30 +03:00
|
|
|
- [os](https://github.com/d5/tengo/blob/master/docs/stdlib-os.md): platform-independent interface to operating system functionality.
|
|
|
|
- [text](https://github.com/d5/tengo/blob/master/docs/stdlib-text.md): regular expressions, string conversion, and manipulation
|
|
|
|
- [math](https://github.com/d5/tengo/blob/master/docs/stdlib-math.md): mathematical constants and functions
|
2019-02-09 23:33:35 +03:00
|
|
|
- [times](https://github.com/d5/tengo/blob/master/docs/stdlib-times.md): time-related functions
|
2019-03-18 18:15:26 +03:00
|
|
|
- [rand](https://github.com/d5/tengo/blob/master/docs/stdlib-rand.md): random functions
|
|
|
|
- [fmt](https://github.com/d5/tengo/blob/master/docs/stdlib-fmt.md): formatting functions
|
2019-03-27 11:27:59 +03:00
|
|
|
- [json](https://github.com/d5/tengo/blob/master/docs/stdlib-json.md): JSON functions
|
2019-08-09 20:36:45 +03:00
|
|
|
- [enum](https://github.com/d5/tengo/blob/master/docs/stdlib-enum.md): Enumeration functions
|
|
|
|
- [hex](https://github.com/d5/tengo/blob/master/docs/stdlib-hex.md): hex encoding and decoding functions
|
|
|
|
- [base64](https://github.com/d5/tengo/blob/master/docs/stdlib-base64.md): base64 encoding and decoding functions
|