Skip to content

Commit 6334e96

Browse files
committed
2 parents bd32af2 + 91a33e0 commit 6334e96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ flex pycompile.l
5252
```bash
5353
gcc -o <program file name> parser.tab.c lex.yy.c
5454
```
55-
- This produces <name>.exe
56-
`Note`: The `stack` file is included in order to deal with indentation in a file pycompile.l
55+
- This produces <name>.exe file
56+
57+
`Note` : The `stack` file is included in order to deal with indentation in a file pycompile.l
5758
test file is : test py
5859

5960
but now is ready to execution ^_____^
@@ -65,4 +66,4 @@ but now is ready to execution ^_____^
6566

6667
## License
6768

68-
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
69+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)