For those interested in C++ can hone their programming skills by working on the below compiler project. 

(You can just create a new account if you do not have a GO classroom account)

https://classroom.gateoverflow.in/mod/lesson/view.php?id=135

posted in From GO Admins Feb 23, 2020
by
1,241 views
3
Like
2
Love
0
Haha
0
Wow
0
Angry
0
Sad

5 Comments

5 Comments

Like
I registered for the classroom, now how to start working on it?
Like

@Arjun sir im not getting the recovery mail when using forgot password 

Like
I didn't receive the GO Classroom password. Even tried creating a new account.
Like
1
Check in spam. Mine went to spam.
Like
1

@GATE_My_life

Below link is for F18 compiler which is the front end of a FORTRAN compiler being developed by Open Source community and supported by companies like NVIDIA, ARM, AMD etc. This will be integrated into LLVM and is being developed with C++ 17 standard. It would be nice if you can FORK the below repository and try to fix some issues.  

https://github.com/flang-compiler/f18

This is what the GO classroom link says. If you are aware of git workflow. Just move to git hub link and start contributing based on your skills. Otherwise, you should just read about git & version control system and then should follow the above approach.