Skip to content

Commit c99f13f

Browse files
committed
💄
Remove unneeded blank lines Fix Markdown heading levels
1 parent f8c4eac commit c99f13f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
LIB_SOURCES=$(wildcard */*.*.c */*.c *.c *.*.c)
42
LIB_SOURCES=
53
LANG_SOURCES=parser.c lexer.c main.c kernel.c
@@ -35,4 +33,3 @@ compile:
3533
@gcc temp.c -o temp
3634
@./temp
3735
@#rm temp
38-

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ET Compiler Generator
22

3-
A tiny and old version of ONE(old name: ET) compiler written in c and generate c code as bytecode to build executable output.
3+
A tiny and old version of `ONE`(old name: `ET`) compiler written in C that generates C code as bytecode to build executable output.
44

5-
### Stages
5+
## Stages
66

77
- Lexer (Thanks to Flex)
88
- Parser (Thanks to Bison)

0 commit comments

Comments
 (0)