We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd32af2 + 91a33e0 commit 6334e96Copy full SHA for 6334e96
readme.md
@@ -52,8 +52,9 @@ flex pycompile.l
52
```bash
53
gcc -o <program file name> parser.tab.c lex.yy.c
54
```
55
-- This produces <name>.exe
56
-`Note`: The `stack` file is included in order to deal with indentation in a file pycompile.l
+- This produces <name>.exe file
+
57
+`Note` : The `stack` file is included in order to deal with indentation in a file pycompile.l
58
test file is : test py
59
60
but now is ready to execution ^_____^
@@ -65,4 +66,4 @@ but now is ready to execution ^_____^
65
66
67
## License
68
-[](https://choosealicense.com/licenses/mit/)
69
+[](https://choosealicense.com/licenses/mit/)
0 commit comments