You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,29 @@ Seamless Parsing for HTML, ERB, and more.
6
6
7
7
This project builds the ERBX program and its associated unit tests using a Makefile for automation. The Makefile provides several useful commands for compiling, running tests, and cleaning the project.
8
8
9
-
### Requirements
9
+
### Building
10
10
11
-
-**GCC**
12
-
-**Check**: The project uses the [Check](https://libcheck.github.io/check/) library for unit testing.
13
-
-**Clang Format**: The project uses [Clang Format](https://clang.llvm.org/docs/ClangFormat.html) for formatting.
14
-
-**Clang Tidy**: The project uses [Clang Format](https://clang.llvm.org/docs/ClangFormat.html) for formatting.
11
+
#### Requirements
12
+
13
+
-[**Check**](https://libcheck.github.io/check/): For unit testing.
14
+
-[**Clang 19**](https://clang.llvm.org): The compiler used to build this project.
15
+
-[**Clang Format 19**](https://clang.llvm.org/docs/ClangFormat.html): For formatting the project.
16
+
-[**Clang Tidy 19**](https://clang.llvm.org/extra/clang-tidy/): For linting the project.
0 commit comments