Abdur-rahmaanJ / greenberry

A one-line statement language with grammar and infinite look-ahead
https://abdur-rahmaanj.github.io/greenberry/
Apache License 2.0
50 stars 39 forks source link

add lexer tests #49

Open Abdur-rahmaanJ opened 5 years ago

CodeScratcher commented 3 years ago

Can I work on this? I would like to get into contributing to open-source, and programming languages have always been interesting to me.

Abdur-rahmaanJ commented 3 years ago

@CodeScratcher yes sure!

CodeScratcher commented 3 years ago

Can you give specifics? Should it just output some information, or should it check to make sure that the lexer works by giving output? How many different tests is good?

Abdur-rahmaanJ commented 3 years ago

check each function outputs. tests: as many as you want ^^

CodeScratcher commented 3 years ago

I submitted a pr. Is this good? Is there anything I can improve on?