ThePrimeagen / ts-rust-zig-deez

606 stars 160 forks source link

Bash Makefile, improve comments, create debug.sh #258

Open carlinigraphy opened 1 year ago

carlinigraphy commented 1 year ago

Clarified some of the comments in the lexer.

Created initial debug.sh, which will eventually have more pretty printing & debug functions as the compiler continues.

Don't think the Dockerfile is necessary. Dependencies are only shellcheck and bats. Don't think people are so keen to check my work as to spin up a docker image rather than installing temporarily?

carlinigraphy commented 1 year ago

I see there's an Action failing to run make docker-build. Can add one, if that would help.