Add RISC-V support and update version to 0.6.2

This commit is contained in:
Metehan Dundar
2025-03-21 17:16:39 +01:00
parent 850f7edc6b
commit d782f06e84
8 changed files with 1908 additions and 1109 deletions

View File

@@ -1,3 +1,4 @@
# TODO: Heuristics for detecting the RISCV ISA
#!/usr/bin/env python3
"""Parser superclass of specific parsers."""
import operator