LingDong- / wax

A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
https://waxc.netlify.app/
MIT License
783 stars 45 forks source link

Fix several warnings, changed some struct members from char to int #8

Closed mingodad closed 3 years ago

mingodad commented 3 years ago

Nice project ! In this first look I fixed several compiler warnings.

mingodad commented 3 years ago

TODO: need to free wat_strs in function to_wat.c::tree_to_wat

LingDong- commented 3 years ago

Hi @mingodad ,

Thanks so much for all the fixes!

Looks good! Just wondering about a couple things:

I haven't tested the changes yet, will clone your fork in a bit and try them out :)

Thanks again for the fixes!