Action names

This commit is contained in:
Keith Winstein
2011-01-10 00:24:25 -05:00
parent d8ac8c15c2
commit 2ce73ca1d5
5 changed files with 70 additions and 20 deletions
+3
View File
@@ -1,4 +1,5 @@
#include <vector>
#include <iostream>
#include "parser.hpp"
@@ -12,5 +13,7 @@ int main( void )
b = parser.input( 'y' );
c = parser.input( 'z' );
std::cout << a[0].name;
return 0;
}