Category Archives: Teaching

Posts for Teaching Assistant courses

ECE495S Step3 Notes

Lex&Yacc: micro.y: ————————————————————————————– %{ #include “micro.h” /* put all your custom structures here extern char* yytext; extern FILE* yyin; extern int yylineno, yychar; extern int yylex(); /* put other custom functions here */ /* you can also put main() here … Continue reading

Posted in Teaching | Leave a comment