From 42ce5d136975b01ac058b4ecf6d89efa89e19ab2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 14 May 2019 18:08:31 +0100 Subject: [PATCH] Updated Coding projects (markdown) --- Coding-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-projects.md b/Coding-projects.md index cea40c7..f04ad27 100644 --- a/Coding-projects.md +++ b/Coding-projects.md @@ -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