This is a repository for an Interpreter based on the book "Writing An Interpreter In Go" by Thorsten Ball with a few added features, like:
- Support for float data types
- Support for 'less/greater than or equal to' comparisons
- Support for 'for' loops
- Support for Unicode/UTF-8 encoding
- Filename, Line and Column tracking for tokens to provide location of errors