Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Main class and main method should be caught by the compiler #286

Closed
EliasC opened this issue Nov 24, 2015 · 1 comment
Closed

Missing Main class and main method should be caught by the compiler #286

EliasC opened this issue Nov 24, 2015 · 1 comment
Labels

Comments

@EliasC
Copy link
Contributor

EliasC commented Nov 24, 2015

Right now, writing a program without a class Main containing a method main will fail in the linking stage of C compilation. It would be nice if this was caught during typechecking.

@EliasC
Copy link
Contributor Author

EliasC commented Feb 5, 2016

Subsumed by #328

@EliasC EliasC closed this as completed Feb 5, 2016
@EliasC EliasC removed the bug label Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant