Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 24, 2024
1 parent 73afa0b commit d6621cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ object Scala {
case IntTerm(i, _) => Lit.Int(i)
case StringTerm(s, _) => Lit.String(s)
case SymbolTerm(s, _) => Lit.Symbol(Symbol(s))
case BooleanTerm(b, _) => Lit.Boolean(b)
case _ => throw new NotImplementedError(s"not implemented ${term.getClass.getName} $term")
}

Expand Down

0 comments on commit d6621cc

Please sign in to comment.