1. Nov 14, 2020
  2. Jun 10, 2020
  3. May 12, 2020
  4. May 05, 2020
  5. Apr 14, 2020
  6. Apr 08, 2020
  7. Apr 01, 2020
  8. Mar 30, 2020
  9. Mar 28, 2020
  10. Mar 04, 2020
  11. Feb 29, 2020
  12. Feb 25, 2020
  13. Feb 14, 2020
  14. Nov 29, 2019
  15. Nov 28, 2019
  16. Nov 16, 2019
  17. Nov 11, 2019
  18. Sep 18, 2019
  19. Sep 13, 2019
  20. Aug 27, 2019
  21. Aug 04, 2019
    • Andrew Waterman's avatar
      Fix crash introduced by #30 · 15c78ddc
      Andrew Waterman authored
      15c78ddc
    • Tommy Thorn's avatar
      (Partially) fix #30 (#31) · e2ebbf53
      Tommy Thorn authored
      * (Partially) fix #30
      
      With this change (and a renamed parse-opcodes) it's possible to as a
      Python module without having to patch the repo.  Example:
      
        from parse_opcodes import parse_inputs
      
        if __name__ == "__main__":
            (namelist, pseudos, mask, match, arguments) = parse_inputs(["opcodes", "opcodes-rvc"])
      
      * Fix #30: Rename parse-opcode to parse_opcode to enable module use
      e2ebbf53