nitnelave / hopper

Programming language
Other
2 stars 0 forks source link

Add support for declaring main entry point of program #46

Closed bloody76 closed 7 years ago

bloody76 commented 7 years ago

Right now we can't decide which function is going to be the main entry point, we should:

bloody76 commented 7 years ago

llvm seems to do it automagically.