infernal-engine icon indicating copy to clipboard operation
infernal-engine copied to clipboard

Improve rule parsing to recognize lambda expression

Open formix opened this issue 4 years ago • 0 comments

The current pattern works with most lambda except when the lambda has only one parameter. The rule parsing logic should branch if it detects a fat arrow or not and use a specific regex to parse parameters in each case.

formix avatar Jan 06 '21 01:01 formix