62 Commits (a4f3b6f1785872c9d7ac6376ea633e67f0c4ce14)
 

Author SHA1 Message Date
Jordan Orelli a4f3b6f178 added a connection manager type 11 years ago
Jordan Orelli 512549a07c prompt now shows at the right time for clients 11 years ago
Jordan Orelli 0101163559 environment keys now include parent environments 11 years ago
Jordan Orelli b6948645bd added "names"
i'm just making shit up now.
11 years ago
Jordan Orelli 58da2f16bc values and errors go to appropriate clients now 11 years ago
Jordan Orelli 10021eaa6d fmt... 11 years ago
Jordan Orelli 95fa527b43 i put a tcp server in your lisp interpreter 11 years ago
Jordan Orelli 86eaf0f54e err: `go install` --> `go get` 12 years ago
Jordan Orelli b75f1e2491 added a readme 12 years ago
Jordan Orelli 1ee8bff82c defined the callable interface 12 years ago
Jordan Orelli b387d909b5 fixed quote bug 12 years ago
Jordan Orelli c4fed38dd9 refactored builtin type
this is done to avoid repeating all the arity checks all over the place.
That was getting a little tedious.
12 years ago
Jordan Orelli b9d2afce74 fixed quoting behavior
previously it was impossible to do the following:

    (define dave (quote (x y z)))
    dave

the interpreter would incorrectly try to evaluate the (x y z), because
there was no quote level being recorded, and it was seen as being the
same as a regular sexp.
12 years ago
Jordan Orelli c648ad597d added cons, car, cdr 12 years ago
Jordan Orelli 86929974cc added comparison operations 12 years ago
Jordan Orelli 591a0bfe29 added "symbol?" 12 years ago
Jordan Orelli 699c407c22 added some more input tests 12 years ago
Jordan Orelli ee8a7d3ee5 added "null" and "null?" 12 years ago
Jordan Orelli 86c288d116 added "list?" builtin 12 years ago
Jordan Orelli 7ec2538005 added "list" builtin 12 years ago
Jordan Orelli a4e7333f86 renamed typ3 -> tokenType
because really, typ3 was annoying to look at.
12 years ago
Jordan Orelli 0cd35bd286 fixed up lexing of - 12 years ago
Jordan Orelli 93c86871da (*) now evaluates to 1 instead of 0
I have no idea if this matters or if it's in the spec or anything like
that.
12 years ago
Jordan Orelli e31816c22f added a bit of documentation 12 years ago
Jordan Orelli 8476cc531b added "length" 12 years ago
Jordan Orelli 6395089039 added "not" 12 years ago
Jordan Orelli 175e8abf1b added "begin" special form 12 years ago
Jordan Orelli b023686c81 added support for unary - 12 years ago
Jordan Orelli 09de857f46 added support for period-initial floats 12 years ago
Jordan Orelli ee6c15a90f made arity checking a little saner 12 years ago
Jordan Orelli 3bd216c75b fixed evaluation order problem in sexp 12 years ago
Jordan Orelli 51a27aaa9b added lambda support 12 years ago
Jordan Orelli 77195faff8 adding a bit of documentation to the lexer 12 years ago
Jordan Orelli 8c4285ec87 taking depth out of the lexer
I don't know why that was ever there to begin with
12 years ago
Jordan Orelli 8f150e038b taking out a bit of redundancy in the lexer 12 years ago
Jordan Orelli c35a4142d1 refactoring the lexer a bit 12 years ago
Jordan Orelli 90c4009ada cleaning up a little bit 12 years ago
Jordan Orelli 18a8a9aea3 renamed proc to builtin 12 years ago
Jordan Orelli e86260e8dc environments now have outer environment pointers 12 years ago
Jordan Orelli f8ba2415ff fixed quote 12 years ago
Jordan Orelli ba1bab1e39 implemented set! 12 years ago
Jordan Orelli ec5cbdcaab added *if* 12 years ago
Jordan Orelli 107565dc04 added quote 12 years ago
Jordan Orelli 29677e19e4 can now define variables 12 years ago
Jordan Orelli 2b9322624f added division, prevent div by zero panics 12 years ago
Jordan Orelli ac8430076a refactoring a bit, defined accumulator struct
added subtraction and multiplication
12 years ago
Jordan Orelli 39286ce998 can now add numbers 12 years ago
Jordan Orelli 7eedbb4e92 reading symbols from environments 12 years ago
Jordan Orelli b6a88a15fb (fmt) 12 years ago
Jordan Orelli a3791fcc0e parsing! 12 years ago