It seems that the kexp_match function cannot parse through nested brace expressions... I imagine somewhere I've told it to parse subexpressions before checking the symbols and the string literally. This needs to be reevaluated.
To reproduce: write any lambda function with no arguments. The parser fails to recognize this type of expression.
It seems that the
kexp_match
function cannot parse through nested brace expressions... I imagine somewhere I've told it to parse subexpressions before checking the symbols and the string literally. This needs to be reevaluated.To reproduce: write any lambda function with no arguments. The parser fails to recognize this type of expression.