infernal-engine
                                
                                
                                
                                    infernal-engine copied to clipboard
                            
                            
                            
                        Improve rule parsing to recognize lambda expression
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.