Skip to content

Commit

Permalink
parse all number literals #34
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 16, 2020
1 parent 6674606 commit 91cc5fd
Show file tree
Hide file tree
Showing 6 changed files with 589 additions and 255 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [LIPS is Pretty Simple](https://jcubic.github.io/lips/) - Scheme based Powerful LISP

[![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&502952e7fdce9a97a56dfe69a07f4db6bcd9d5c3)](https://travis-ci.org/jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&66746060e1ccbd0b8c234a11783918f1f136b2c0)](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 Expand Up @@ -109,7 +109,7 @@ $ lips
| | / ^ \ |___||_||_| <___/ | |
\_\ /_/ \_\ /_/
LIPS Scheme Interpreter DEV (2020-05-13)
LIPS Scheme Interpreter DEV (2020-05-16)
Copyright (c) 2018-2020 Jakub T. Jankiewicz <https://jcubic.pl/me>
Type (env) to see environment with functions macros and variables.
Expand Down
Loading

0 comments on commit 91cc5fd

Please sign in to comment.