#ifndef ASM_H #define ASM_H #include #include class Asm { public: Asm(); void strip_comment(QString*); QList* parse(QString); }; #endif // ASM_H