From 7a74beea8a0c14b58669c22f4fc039dbe777d48e Mon Sep 17 00:00:00 2001 From: tijani Date: Thu, 19 May 2022 00:25:09 +0000 Subject: [PATCH] Todos git-svn-id: https://svn.tlawal.org/svn/monkey@6 f6afcba9-9ef1-4bdd-9b72-7484f5705bac --- main.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 {