tsoding / bm

Simple compiler ecosystem
MIT License
166 stars 16 forks source link

bang should fail compilation if main function accepts any arguments #490

Open rexim opened 3 years ago

rexim commented 3 years ago

introduced in #489

Right now the compiler generates the code that tries to accept the arguments

and corrupts the stack because of that