Implement str() and repr() builtin functions.
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index c3cda84..615c9da 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -56,9 +56,11 @@
 Q(pow)
 Q(print)
 Q(range)
+Q(repr)
 Q(set)
 Q(sorted)
 Q(sum)
+Q(str)
 Q(tuple)
 Q(type)
 Q(zip)