munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.79k stars 1.03k forks source link

Repetition operator #911

Closed OrionRandD closed 3 years ago

OrionRandD commented 3 years ago

"The exception is the + operator—you can also pass it two strings to concatenate them..." No repetition operator for strings? -> "*"

degustaf commented 3 years ago

That operator is not implemented by Lox. Adding it wouldn't add much to people learning by reading the book.

OrionRandD commented 3 years ago

@degustaf Right. Understood...