File tree 5 files changed +114
-134
lines changed 5 files changed +114
-134
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm] ( https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.14-blue.svg )] ( https://www.npmjs.com/package/@jcubic/lips )
4
4
![ 1.0.0 Complete] ( https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete )
5
- [ ![ travis] ( https://travis-ci.com/jcubic/lips.svg?branch=devel&5009be50d76f3d87a49d3bcd58b8ac66781665c5 )] ( https://travis-ci.com/jcubic/lips )
6
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&c1abbbeea4a2dfbda33d5c9893a9d546 )] ( https://coveralls.io/github/jcubic/lips?branch=devel )
5
+ [ ![ travis] ( https://travis-ci.com/jcubic/lips.svg?branch=devel&f8467e672dc767e2fbd0bf2b5ae31749b3d0991e )] ( https://travis-ci.com/jcubic/lips )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&bbffc3b45ac48fb918c597ba56678937 )] ( https://coveralls.io/github/jcubic/lips?branch=devel )
7
7
[ ![ Join Gitter Chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/jcubic/lips )
8
8
[ ![ GitHub license] ( https://img.shields.io/github/license/jcubic/lips.svg )] ( https://github.com/jcubic/lips/blob/master/LICENSE )
9
9
![ NPM Download Count] ( https://img.shields.io/npm/dm/@jcubic/lips )
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Function right shit the value a by value b.
132
132
133
133
## |
134
134
```
135
- (& a b)
135
+ (| a b)
136
136
137
137
Function calculate or bit operation.
138
138
```
@@ -2252,9 +2252,12 @@ Return numberator of rational or same number if n is not rational.
2252
2252
## object-expander
2253
2253
```
2254
2254
(object-expander reaonly '(:foo (:bar 10) (:baz (1 2 3))))
2255
+ (object-expander reaonly '(:foo :bar))
2256
+
2255
2257
2256
2258
Recursive function helper for defining LIPS code for create objects
2257
- using key like syntax.
2259
+ using key like syntax. if no values are used it will create JavaScript
2260
+ shorthand objects where keys are used for keys and values
2258
2261
```
2259
2262
2260
2263
## object?
You can’t perform that action at this time.
0 commit comments