1. 07 Jun, 2014 1 commit
  2. 05 Jun, 2014 1 commit
    • Kevin Modzelewski's avatar
      Some initial refactoring work for arg passing · 9a33763c
      Kevin Modzelewski authored
      Replace a simple "num_args" argument with a packed struct that takes
      num_args and adds num_keywords, has_varargs, and has_kwargs.  Tried
      to add asserts in all the places that don't allow
      keywords/varargs/starargs
      
      Started refactoring things; got to the point of attempting
      argument->parameter shuffling, but it's tricky if we allow every
      compilation to have a different signature (used by builtins).
      Really they all have the same signatures but different
      specializations; to get to that point, need to add defaults.
      9a33763c
  3. 04 Jun, 2014 5 commits
  4. 03 Jun, 2014 19 commits
  5. 02 Jun, 2014 8 commits
  6. 01 Jun, 2014 6 commits