diff options
author | Akshay <[email protected]> | 2021-04-30 17:52:42 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-04-30 17:52:42 +0100 |
commit | 87181ffbb1c0850a5f174509be008897893366f9 (patch) | |
tree | d80e17cddc779acb0e38ab406543e4fa235ed860 /11 | |
parent | 8cb6a5bbc3dff236c951eb1ff73ecd5b2d55556d (diff) |
streamline build process
Diffstat (limited to '11')
-rw-r--r-- | 11/main.l | 1 | ||||
-rw-r--r-- | 11/main.y | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | %{ | 1 | %{ |
2 | #include "y.tab.h" | ||
3 | extern int yylval; | 2 | extern int yylval; |
4 | %} | 3 | %} |
5 | 4 | ||
@@ -1,7 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | #include <stdio.h> | 2 | #include <stdio.h> |
3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
4 | #include "lex.yy.cc" | ||
5 | int yylex(); | 4 | int yylex(); |
6 | int yyerror(char *); | 5 | int yyerror(char *); |
7 | int loop_count = 0; | 6 | int loop_count = 0; |