File: stdlib.md

package info (click to toggle)
golang-github-d5-tengo 2.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: makefile: 12
file content (22 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Standard Library

- [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
- [times](https://github.com/d5/tengo/blob/master/docs/stdlib-times.md):
  time-related functions
- [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
- [json](https://github.com/d5/tengo/blob/master/docs/stdlib-json.md): JSON
  functions
- [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