LambdaParser
object LambdaParser
Parses a raw lambda string into a ParsedLambda.
If the input matches the lambda grammar (param1 param2?: body), the parameters and body are extracted accordingly. Otherwise, the entire input is treated as the body with no parameters.