Skip to content

Commit

Permalink
fix syntax-rules + Pair::toSring #43
Browse files Browse the repository at this point in the history
syntax-rules to transform (a b ...) on single item
fix repr of (cons 1 undefined)
  • Loading branch information
jcubic committed Aug 19, 2020
1 parent 3f59f37 commit 467f7eb
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 155 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* fix silent accepting two big code point `#\xFFFFFF`
* fix custom repr of instances created by define-class
* fix parsing R7RS hex literals in strings
* fix syntax-rules with `(a b ...)` that match single item
* fix swallowed undefined from `(cons 1 undefined)`

## 1.0.0-beta.3
## Bugfix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Join the chat at https://gitter.im/jcubic/lips](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&e4ef80e686ad870eed7cefe1a971b72d408ff480)](https://travis-ci.org/jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&3f59f373a643cc325a266187764a4a1970dc9e14)](https://travis-ci.org/jcubic/lips)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&2c48907438a7265935a7b21e6931008d)](https://coveralls.io/github/jcubic/lips?branch=devel)


Expand Down
Loading

0 comments on commit 467f7eb

Please sign in to comment.