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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments into whitespace
Atreya Bain
2020-10-26
1
-12
/
+16
*
add comments as whitespace
Atreya Bain
2020-10-26
1
-5
/
+26
*
add Base module
Akshay
2020-10-23
1
-0
/
+42
*
refactor internal datatypes to Base
Akshay
2020-10-23
5
-34
/
+6
*
add basic evaluation of unquote-splicing in quasiquoted forms
quasiquoting
Akshay
2020-10-17
2
-25
/
+34
*
prefer applicative over monadic style
Akshay
2020-10-17
3
-11
/
+11
*
add basic quasiquote and unquote behaviour
Akshay
2020-10-16
2
-11
/
+20
*
add initial support for variable definition
Akshay
2020-10-16
6
-33
/
+113
*
add basic list primitives
Akshay
2020-10-15
1
-13
/
+45
*
improve arity error messages
Akshay
2020-10-15
2
-28
/
+32
*
fix vector and bool interactions
Akshay
2020-10-14
1
-2
/
+2
*
add support for vectors
Akshay
2020-10-14
2
-6
/
+17
*
add PBTs for arithmetic operators
Akshay
2020-10-14
1
-3
/
+0
*
allow multiline expressions
pretty-errors
Akshay
2020-10-13
1
-2
/
+5
*
refactor Error into submodules
Akshay
2020-10-13
4
-3
/
+104
*
fix dotted lists again
Akshay
2020-10-12
1
-1
/
+1
*
parse signed ints and floats correctly
Akshay
2020-10-12
2
-11
/
+28
*
handle lists and dottedlists without backtracking
Akshay
2020-10-11
1
-19
/
+15
*
complete definition of naryBool
Akshay
2020-10-10
1
-1
/
+5
*
add quasiquote, unquote modifiers, basic boolean operations
Akshay
2020-10-10
4
-24
/
+50
*
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
1
-0
/
+4
*
add experimental floating point handling
Akshay
2020-10-09
3
-12
/
+32
*
use mtl to generate errors
Akshay
2020-10-09
3
-14
/
+57
*
init
Akshay
2020-10-08
3
-0
/
+145