11.4.5.2.
ast
ΒΆ
Token.
ast
(
tokens
,
stack
,
builder
)
[source]
formulas
Navigation
Table of Contents
1. What is formulas?
2. Installation
3. CLI Quickstart
4. Basic Examples
5. Advanced Examples
6. Excel Function Coverage
7. Next moves
8. Contributing to formulas
9. Donate
10. Supported by
11. API Reference
11.1. parser
11.2. builder
11.3. errors
11.4. tokens
11.4.1. function
11.4.2. operand
11.4.3. operator
11.4.4. parenthesis
11.4.5. Token
Token
11.4.5.1. __init__
11.4.5.2. ast
11.4.5.3. match
11.4.5.4. process
11.4.5.5. set_expr
11.4.5.6. update_input_tokens
11.4.5.7. name
11.4.5.8. node_id
11.5. functions
11.6. ranges
11.7. cell
11.8. excel
12. Changelog
Related Topics
Documentation overview
11.
API Reference
11.4.
tokens
11.4.5.
Token
Previous:
11.4.5.1.
__init__
Next:
11.4.5.3.
match