monna/lexer
tijani cebc052f32 - The lexer can now peek forward into the input stream.
- Added the rest of the basic math operators.
- Added > and <.
- Test, Test, Test.
- Added if, else, return, true, false.
- Lexer can now differentiate between '=' and '==' and '!' and '!='.

git-svn-id: https://svn.tlawal.org/svn/monkey@2 f6afcba9-9ef1-4bdd-9b72-7484f5705bac
2022-05-12 22:04:29 +00:00
..
lexer_test.go - The lexer can now peek forward into the input stream. 2022-05-12 22:04:29 +00:00
lexer.go - The lexer can now peek forward into the input stream. 2022-05-12 22:04:29 +00:00