Skip to content

Commit

Permalink
add R7RS escape ellipsis #43 + add gensym? function
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 21, 2020
1 parent e0d5a0c commit f5a7a13
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 120 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* persistent history in executable REPL
* repr of promises (from `delay` function)
* allow `set!` with doted JS notation
* new function `gensym?`
### Bugfix
* fix Environment::has (ref) on variable that are undefined
* fix macroexpand with pprint on syntax macros
Expand All @@ -23,6 +24,7 @@
* fix identifiers in syntax-rules
* fix byte vectors
* make print and pprint always call newline
* fix escape ellipsis from R7RS

## 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&29e6364a2bdde7c67a1b0d9c62d8c705b1cbbadf)](https://travis-ci.org/jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&e0d5a0cd8916f268bddf42ee7efd6554b8cb5ff0)](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 f5a7a13

Please sign in to comment.