pine-builtins 0.2.2

Built-in functions and namespaces for the Pine Script interpreter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pine-builtins"
version.workspace = true
edition = "2021"
description = "Built-in functions and namespaces for the Pine Script interpreter."
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
pine-builtin-macro = { workspace = true }
pine-ast = { workspace = true }
pine-core = { workspace = true }
pine-broker = { workspace = true }
pine-interpreter = { workspace = true }
chrono = { workspace = true }
regex = "1"
nalgebra = "0.33"