more operators

This commit is contained in:
Jeff Muizelaar
2018-05-08 16:36:30 -04:00
parent 4d1e231624
commit 0675a4d779
+3
View File
@@ -550,6 +550,9 @@ impl<'a> ParserState<'a> {
b'7' => "vftable",
b'8' => "vbtable",
b'9' => "vcall",
b'A' => "typeof",
b'D' => "vbase destructor",
b'E' => "vector deleting destructor",
b'F' => "ctor_DefaultClosure", // TODO
b'O' => "ctor_CopyingClosure", // TODO
b'U' => " new[]",