~andreafeletto/zic

Alternative zig compiler written in c99
c591d8ae — Andrea Feletto 1 year, 9 months ago
port tokenizer

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~andreafeletto/zic
read/write
git@git.sr.ht:~andreafeletto/zic

You can also use your local clone with git send-email.

#Zic

Alternative zig compiler targeting c99, written in c99 with no external dependencies other than libc. It is currently a work in progress.

#Build

git clone https://git.sr.ht/~andreafeletto/zic
cd zic
make

#Contributing

Please join the #andreafeletto IRC channel to ask for help or to give feedback. You are welcome to send patches to the mailing list or report bugs on the issue tracker. If you aren't familiar with git send-email, you can use the web interface or learn about it by following this excellent tutorial.