--- robots: noindex, nofollow tags: 計算欄位 --- # 簡易計算欄位 - BNF ```bnf <expr> ::= <subscript> | <binary> | <func> | <field> | <list-field> | <num> | <str> | <empty> <empty> ::= <optional-whitespaces> <str> ::= <parsimmon-string> <num> ::= <parsimmon-number> <subscript> ::= <subscript-base> "[" <num> "]" <subscript-base> ::= "(" <binary> ")" | <subscriptable> <subscriptable> ::= <func> | <field> | <list-field> | <str> <field> ::= "{" <symbol-without-spaces-and-right-brace> "}" <list-field> ::= "[" <symbol-without-spaces-and-right-bracket> "]" <paren> ::= "(" <expr> ")" <func> ::= <symbol> "(" <expr-list> ")" <expr-list> ::= <expr> | <expr> "," <expr-list> <binary> ::= <mul-div-ops> | <mul-div-ops> ("+" | "-") <binary> <mul-div-ops> ::= <non-binary> | <non-binary> ("*" | "/") <mul-div-ops> <non-binary> ::= <subscript> | <func> | <field> | <list-field> | <num> | <str> | <paren> ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up