Updated Coding projects (markdown)

Starbeamrainbowlabs 2019-05-14 18:08:31 +01:00
parent d8adfe0a32
commit 42ce5d1369

@ -7,7 +7,7 @@ The following are some ideas for potential projects to submit to coding programs
- **Difficulty**: easy
- **Potential mentors**: [@agnivade](https://github.com/agnivade)
### Convert the linter from lex/yacc to a more popular language
### Convert the linter from C++/lex/yacc to a more popular language
- **Summary**: Convert our current unmaintainable linter into something that's more maintainable and understood by more people. It is suggested that [this npm package](https://www.npmjs.com/package/nearley) be investigated as a starting point, but using JavaScript is not required.
- **Required skills**: knowledge of lexing/parsing (very useful)
- **Difficulty**: challenging