- still under development
- Welcome to Wolf-C, a lightweight compiler with a syntax inspired by Python and C.
- Run
make
to create a Docker container. - Use
docker ps
to find the container ID of the running project. - Access the container using the command:
docker exec -it <container_id> bash
- modify file.w inside the code directory.
- Run the build command to compile your file:
build