haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
756 stars 115 forks source link

fix if epression parser #1072

Closed soulomoon closed 2 years ago

soulomoon commented 2 years ago

This fix #1067

  1. Allow nixExpr following keyword 'if' instead of nixExprAlgebra
  2. add if follow by with test cases in parser test and eval test