Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 27, 2024
1 parent 9c5b464 commit de42c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/lips/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ common lips reader macros).
```

This extension implements raw strig, like in Python, where you don't need to escape the charcters that are thread literally.
In similar way you can implment strings that use backticks you only need to replace `#\"` with `` #\` ``.
Similarly, you can implement strings that use backticks, you only need to replace `#\"` with `` #\` ``.

```scheme
(set-special! "$" 'raw-string lips.specials.SYMBOL)
Expand All @@ -330,7 +330,7 @@ In similar way you can implment strings that use backticks you only need to repl
;; ==> "foo \\ bar"
```

With this feature in hand you can implement full string internolation (that will probbaly be part of
With this feature in hand you can implement full string interpolation (that will probbaly be part of
LIPS Scheme in the future).

### Limitations
Expand Down

0 comments on commit de42c51

Please sign in to comment.