-
Notifications
You must be signed in to change notification settings - Fork 76
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
Improve the error messages and make them more helpful #131
Comments
I can help with this if you want. |
Go ahead if you want |
hi @SaptakBhoumik I could help with this would be great for me to kickstart this years contribution |
Your help is welcome |
hi @SaptakBhoumik I just improved some error messages got curious on how this language works would love to contribute but where can the code be compiled, if VS Code then what extensions would I need. |
Thanks for that and I have merged it. Btw they are actually explanation of error and how to fix it
You can use any code editor you want. If you use vs code then install Microsoft's c++ syntax highlighter but not clangd . For compiling just install ninja, meson and clang. Then follow the steps in the readme
Idk what you mean here because this project is the language itself
You can improve the error messages in the typechecker. You will see a function named |
@SaptakBhoumik yeahh i just realised i had to contribute in the typechecker will do that.. |
Hello, I think I might be able to help with this too. The |
Thanks |
I am not that good in english so if anyone wants to improve the error messages(exceptionally in the typechecker) then please go ahead
The text was updated successfully, but these errors were encountered: