Open
Description
6.626e-34
$ lpython examples/expr2.py --show-ast --tree --new-parser
└-Module
|-body=↧
| └-Expr
| └-value=ConstantFloat
| |-value=0.000000
| └-kind=()
└-type_ignores=↧
$ lpython examples/expr2.py --show-ast --tree
└-Module
|-body=↧
| └-Expr
| └-value=ConstantFloat
| |-value=0.000000
| └-kind=()
└-type_ignores=↧