-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77cf57f
commit bc7823b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,19 +21,19 @@ sudo apt-get install g++-multilib | |
``` | ||
|
||
- To run th project locally, you need `gcc` and `make` installed. Works better on linux. | ||
- Step 1: Clone the repository locally `git clone https://github.com/FodoOS/FodoCompiler.git`. | ||
- Step 1: Clone the repository locally `git clone https://github.com/FodoOS/FodoCompiler.git` or `git clone https://github.com/fedi-nabli/FodoCompiler.git`. | ||
- Step 2: Run `make` or `make clean` then `make` for clean build. | ||
- Step 3: Run `./main` and the output should be `'Everything compiled ok'`. | ||
|
||
## Overview | ||
- The compiler is still in the development stage. | ||
- The compiler is still in the development stage for improvement. | ||
- The compiler is divided into 6 parts: | ||
- Lexer: Done | ||
- Parser: Done | ||
- Code generator: Done | ||
- Preprocessor: In Progress | ||
- Macro system: In Progress | ||
- Semantic validator: Not started | ||
- Preprocessor: Done | ||
- Macro system: Done | ||
- Semantic validator: Done | ||
|
||
## Other | ||
For any information or question contact me via email at `[email protected]` or `[email protected]`. |