Skip to content

Commit

Permalink
removed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyafish committed Jul 3, 2019
1 parent 9346460 commit 17d2b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tsls/formatstring.wyv
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 17d2b84

Please sign in to comment.