Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-09-28 | * c-exp.y, m2-exp.y: Define more yysymbols that happen to be | John Gilmore | 1 | -1/+9 | |
"bss" rather than "data" symbols, but which still conflict. * m2-exp.y: Lint. | |||||
1991-09-20 | #define yyerrflag and yynerrs to avoid global name conflicts. | Stu Grossman | 1 | -0/+2 | |
1991-09-19 | * c-exp.y, m2-exp.y: Lint. | John Gilmore | 1 | -2/+3 | |
* m2-exp.y: Avoid using yytname[] which is a Bison-ism. | |||||
1991-09-19 | Lint | John Gilmore | 1 | -8/+8 | |
1991-09-19 | * parse.c: New file with the common code remains of expread.y. | John Gilmore | 1 | -0/+1215 | |
* expread.y, expread.tab.c: Remove. * parser-defs.h: New file with common declarations from expread.y. * c-exp.y: New file with the C parser from expread.y. * m2-exp.y: New file with the Modula-2 parser. |