使用Lex和Yacc开发C语言的编译器 阅读更多 Yacc Lex >lexc.l >yacc-dvc.y >cclex.yy.cy.tab.c-ll #include"stdio.h" intmain(){ inta=0; for(;a<10;a++){ printf("hellofromsun!"); } } >./a.out<test.c "stdio.h" int(){