We want to say "Welcome 👋!" if you are here at first and "We are glad to meet you again!" if you are already our contributor.
We appreciate your help!
All interactions for this project are covered by the Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
- Search for duplicates
- Search for duplicates
- Use the same coding style as the rest of the codebase
curl -fsSL sh.thelang.io | bash
the run scripts/pre-process-codegen -o scripts/a.out
irm ps1.thelang.io | iex
the run pre-process-codegen -o scripts/a.exe
cmake . -D BUILD_TESTS=ON
cmake --build .
ctest --output-on-failure
cmake . -D BUILD_TESTS=ON -D TEST_CODEGEN_MEMCHECK=ON
cmake --build .
ctest --output-on-failure
cmake . -D BUILD_COVERAGE=ON -D BUILD_TESTS=ON
cmake --build .
gcov src/*