daniel3735928559/guppy

Can't parse subscript with greek letter in text mode

Opened this issue · 2 comments

Parsing K_lambda in Plain text mode make Parsing error

K_lambda

Actually it doesn't work at all with var as subscript like this AST : ["subscript",[["var",["K"]],["var",["t"]]]] but works with val ["subscript",[["var",["K"]],["val",["5"]]]]

It's seems to be an issue in export text method. K_(lambda) works fine