One icon indicating copy to clipboard operation
One copied to clipboard

🧪 Improve and extend unit tests in `lexer.test.c` 🧪

Open BaseMax opened this issue 3 years ago • 3 comments

As you know LEXER stage is mostly ready-to-production and we already defined all and most keywords. so we need so many more unit tests at the lexer.test.c file.

https://github.com/One-Language/One/blob/master/test/lexer.test.c#L75

I already defined some unit tests there, so you can take a look to understand how this test system work.

BaseMax avatar Aug 02 '21 22:08 BaseMax

If you need and want to learn more about the LIST OF ALL TOKENS you can read here:

  • https://github.com/One-Language/One/blob/master/src/lexer/tokenizer/token.h#L20
  • https://github.com/One-Language/One/blob/master/src/lexer/tokenizer/token.c#L285

BaseMax avatar Aug 02 '21 23:08 BaseMax

Hi! I am interested in this issue.

abdorah avatar Aug 14 '21 10:08 abdorah

I have assigned you now to this issue

jbampton avatar Aug 14 '21 10:08 jbampton