Skip to content

Commit

Permalink
Anycc 55
Browse files Browse the repository at this point in the history
Modify Readme
  • Loading branch information
Bazina committed Feb 1, 2024
1 parent 9edb507 commit 5139387
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ including how to build and use the compiler.

## Project Structure

The project is organized into the following main components:
The project is organized into the following main components

- **Lex** is a component responsible for scanning the source code and generating tokens.

Expand All @@ -28,9 +28,9 @@ The project is organized into the following main components:
- **SymbolTable** is a component responsible for managing information about tokens encountered during
lexical analysis.

- **Unit Tests** for public methods if it is not a simple getter/setter and not complex.

- **Integration Tests** for public methods when needed.
- **Tests** Using Google Test
- **Unit Tests** for public methods if it is not a simple getter/setter and not complex.
- **Integration Tests** for public methods when needed.

> **Notes**
>
Expand Down

0 comments on commit 5139387

Please sign in to comment.