Skip to content

Commit

Permalink
add string interpolation #321
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 13, 2024
1 parent 6d79f9f commit 1de778f
Show file tree
Hide file tree
Showing 16 changed files with 415 additions and 272 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tests/snapshots/* binary
*.xcm binary
*.xcb binary
dist/** linguist-generated
docs/reference.json linguist-generated binary
*config.js linguist-vendored
docs/** linguist-documentation
**/*.lips linguist-language=scheme
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.0-beta.20
### Feature
* allow to call `load` with `@lips` prefix [#354](https://github.com/jcubic/lips/issues/354)
* add string interpolation [#321](https://github.com/jcubic/lips/issues/321)
* add default repr for R7RS records
### Bugfix
* fix duplicated identifiers in syntax-rules (case of SRFI-239 example implementation)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.19-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete)
[![Build and test](https://github.com/jcubic/lips/actions/workflows/build.yaml/badge.svg?branch=devel&event=push)](https://github.com/jcubic/lips/actions/workflows/build.yaml)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&9f6e45d71fa191293fb270ed3c7d0e48)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&38141c5e423d712953a54870bb265493)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
![NPM Download Count](https://img.shields.io/npm/dm/@jcubic/lips)
![JSDelivr Download count](https://img.shields.io/jsdelivr/npm/hm/@jcubic/lips)
Expand Down
Loading

0 comments on commit 1de778f

Please sign in to comment.