Skip to content

Commit

Permalink
Add a char todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jul 16, 2024
1 parent 99147da commit 14bb3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler+runtime/src/cpp/jank/runtime/obj/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ namespace jank::runtime

void obj::character::to_string(fmt::memory_buffer &buff) const
{
/* TODO: This is actually to_representation, since the string version of \a is just a. */
fmt::format_to(std::back_inserter(buff), "{}", data);
}

Expand Down

0 comments on commit 14bb3a6

Please sign in to comment.