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 typo in 'censored' keyword list ('swtich' -> 'switch') #9

Closed gardhr closed 3 years ago

gardhr commented 3 years ago

Simple typo fix. Great library, by the way!

gardhr commented 3 years ago

Whoops, created a stray file in the source directory. Fixed the fork, so it should merge without it.

LingDong- commented 3 years ago

Thanks a lot for the fix!