Guy Van den Broeck

Results 13 comments of Guy Van den Broeck

There appear to be more general issues with `functional`, for example the following code also errors while every block is reachable: ``` using IRTools: IR, functional f(x,y) = x &&...

Thanks all. I would also like to avoid having to copy the entire transformer and its methods (and avoid more precompilation overhead), which I suppose is a problem specific to...

Oh I like `LercheCombine`, my comment was more about the approach of importing the various grammars in the BNF itself.