From 17d2b84f2fd98f74bc4a4adf315ec396399efe28 Mon Sep 17 00:00:00 2001 From: Jenny Fish Date: Wed, 3 Jul 2019 12:45:16 -0400 Subject: [PATCH] removed todo comment --- examples/tsls/formatstring.wyv | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tsls/formatstring.wyv b/examples/tsls/formatstring.wyv index 2038bed4f..3f094fa97 100644 --- a/examples/tsls/formatstring.wyv +++ b/examples/tsls/formatstring.wyv @@ -51,7 +51,6 @@ def getExprPos(input : String, lbraceCt : Int, inString : Boolean, pos : Int) : // takes in a Wyvern expression as a string and returns a string wrapped in an AST // floatPrecision -1 indicates that no float precision was specified -// TODO: handle booleans def convStringAST(input : String, ctx : system.Context, floatPrecision : Int) : option.Option[AST] val exp : AST = ast.parseExpression(input, ctx) val ty : ast.Type = ast.getType(exp, ctx)