Skip to content

Commit

Permalink
fix quasiquote #14 + require and load for node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 14, 2019
1 parent e3f02f0 commit dd7e239
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 133 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* add `unset!`, `add-special!` and `remove-special!` functions
* add `define-symbol-macro` meta macro that create parser macros (parser transformer symbol)
* rewrite `help` as macro so it works with parser macros
* `require` function for Node.js + `load` work in Node using `fs.readFile`
### Bug fixes
* fix white space in docs for macros
* fix two cases in parser: `` `(,(list 1 2)) `` and `` `(+ ,,(list 'foo)) `` [#12](https://github.com/jcubic/lips/issues/12)
Expand Down
Loading

0 comments on commit dd7e239

Please sign in to comment.