index
:
lisk
comments
master
nerd-comments
pretty-errors
quasiquoting
an educational lisp interpreter written in haskell
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pin nixpkgs to 20.03, fix broken readline dep
Akshay
2020-10-15
6
-22
/
+194
*
fix vector and bool interactions
Akshay
2020-10-14
3
-47
/
+53
*
add support for vectors
Akshay
2020-10-14
2
-6
/
+17
*
add PBTs for arithmetic operators
Akshay
2020-10-14
4
-24
/
+27
*
rework test suite
Akshay
2020-10-13
3
-18
/
+22
*
allow multiline expressions
pretty-errors
Akshay
2020-10-13
2
-3
/
+7
*
refactor Error into submodules
Akshay
2020-10-13
5
-6
/
+109
*
fix dotted lists again
Akshay
2020-10-12
1
-1
/
+1
*
parse signed ints and floats correctly
Akshay
2020-10-12
3
-13
/
+29
*
handle lists and dottedlists without backtracking
Akshay
2020-10-11
2
-20
/
+17
*
complete definition of naryBool
Akshay
2020-10-10
1
-1
/
+5
*
add quasiquote, unquote modifiers, basic boolean operations
Akshay
2020-10-10
5
-26
/
+69
*
add binary boolean operators
Akshay
2020-10-09
2
-1
/
+15
*
mimic guile's errors
Akshay
2020-10-09
1
-1
/
+1
*
doc/todos
Akshay
2020-10-09
2
-3
/
+9
*
add experimental floating point handling
Akshay
2020-10-09
4
-13
/
+33
*
allow eval without entering repl
Akshay
2020-10-09
1
-5
/
+18
*
use mtl to generate errors
Akshay
2020-10-09
5
-18
/
+72
*
add readme
Akshay
2020-10-08
1
-0
/
+26
*
init
Akshay
2020-10-08
13
-0
/
+309
*
setup base
Akshay
2020-10-08
2
-0
/
+6