Skip to content

Commit

Permalink
Merge branch 'main' into feature/cse_machine
Browse files Browse the repository at this point in the history
  • Loading branch information
UchihaIthachi authored Apr 9, 2024
2 parents 6cf52e3 + 7835608 commit fe1966d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
- [Usage](#usage)
- [Features](#features)
- [Project Structure](#project-structure)
- [Lexical Analyzer](#lexical-analyzer)
- [Screener](#screener)
- [Parser](#parser)
- [CSE Machine](#cse-machine)

- [Lexical Analyzer](#lexical-analyzer)
- [Screener](#screener)
- [Parser](#parser)
- [CSE Machine](#cse-machine)

- [Project Structure](#project-structure)
- [Contributors](#contributors)
- [License](#license)
Expand Down Expand Up @@ -115,7 +117,7 @@ make run
Run all tests (in rpal_tests/rpal_sources/) :

```bash
make test_all
make test_all (in rpal_tests/rpal_sources/) :
```

Run tests for final result (in rpal_tests/rpal_sources/) :
Expand Down

0 comments on commit fe1966d

Please sign in to comment.