题目描述:
LeetCode 736. Parse Lisp Expression
You are given a string expression
representing a Lisp-like expression to return the integer value of.
The syntax for these expressions is given as follows.
- An expression is either an integer, a let-expression, an ...