Chemical calculator: Difference between revisions

Content added Content deleted
m (→‎{{header|jq}}: {{out}})
(→‎{{header|jq}}: correction)
Line 2,235: Line 2,235:
(plus(EN) | Parenthesized | Formula)
(plus(EN) | Parenthesized | Formula)
// (plus(EN) | optional(Parenthesized))
// (plus(EN) | optional(Parenthesized))
// (Parenthesized | Formula) ;</lang>
// (Parenthesized | optional(Formula)) ;</lang>
'''Evaluation of the parsed expression'''
'''Evaluation of the parsed expression'''


Line 2,268: Line 2,268:
["DEBUG:",["H",2,"O"]]
["DEBUG:",["H",2,"O"]]
["DEBUG:",["H",2,"O",2]]
["DEBUG:",["H",2,"O",2]]
["DEBUG:",[["H","O"],2]]
["DEBUG:",["Na",2,"S","O",4]]
["DEBUG:",["Na",2,"S","O",4]]
["DEBUG:",["C",6,"H",12]]
["DEBUG:",["C",6,"H",12]]