Skip to content

Commit

Permalink
Symbol for parse_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anandijain committed Mar 26, 2021
1 parent 7b44e69 commit 461680b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ end
parse a <ci> node
"""
function parse_ci(node)
c = Meta.parse(strip(node.content))
# c = Symbol(Meta.parse(strip(node.content)))
c = Symbol(string(strip(node.content)))
Num(Variable(c))
end

Expand Down

0 comments on commit 461680b

Please sign in to comment.