Skip to content

Commit

Permalink
Merge branch 'sci-notation' into ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlingzhong authored Oct 21, 2024
2 parents de2c90d + fdb51f2 commit 30b50e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler+runtime/src/cpp/jank/read/lex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ namespace jank::read
}
found_exponent_sign = true;
}

else if(c == '/') {
require_space = false;
++pos;
Expand Down

0 comments on commit 30b50e0

Please sign in to comment.