1. 07 Jun, 2020 4 commits
  2. 06 Jun, 2020 10 commits
  3. 04 Jun, 2020 1 commit
  4. 02 Jun, 2020 2 commits
  5. 01 Jun, 2020 3 commits
  6. 06 May, 2020 1 commit
  7. 05 May, 2020 3 commits
  8. 04 May, 2020 1 commit
  9. 16 Apr, 2020 1 commit
  10. 14 Apr, 2020 1 commit
  11. 06 Apr, 2020 2 commits
  12. 05 Apr, 2020 3 commits
  13. 31 Mar, 2020 1 commit
  14. 30 Mar, 2020 4 commits
  15. 26 Mar, 2020 1 commit
  16. 25 Mar, 2020 1 commit
  17. 24 Mar, 2020 1 commit
    • Fail more gracefully on mismatched `if/`elsif/`else/`endif · 78f3db88
      Without this patch, a stray `endif caused sv2v to take the tail of an
      empty list. Now we raise a lexical error.
      
      To do this, the patch pulls the "push" and "pop" logic for the
      preprocessor condition stack into separate helper
      functions (pushCondStack and popCondStack). It also defines some
      helper functions for manipulating Cond's.
      
      The patch also adds a documentation comment explaining what the
      different values of Code meant (because I had to squint to work it
      out).
      Rupert Swarbrick committed