diff --git a/main.go b/main.go index ec1a30b..de81b60 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,11 @@ +/* TODO(tijani): + + - add quit command to the repl. + - remove semicolons from the language to mark the end of a statement. + - add line and position reporting in the lexer when a lexing or parsing error occurs. +*/ + + package main import ( @@ -8,7 +16,6 @@ import ( "monkey/repl" ) -// TODO(tijani): add quit command. func main() { user, err := user.Current() if err != nil {