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
/
Parser.hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
trim comment
Atreya Bain
2020-10-26
1
-6
/
+0
*
Add comments into whitespace
Atreya Bain
2020-10-26
1
-12
/
+16
*
add comments as whitespace
Atreya Bain
2020-10-26
1
-5
/
+26
*
refactor internal datatypes to Base
Akshay
2020-10-23
1
-28
/
+1
*
add basic evaluation of unquote-splicing in quasiquoted forms
quasiquoting
Akshay
2020-10-17
1
-9
/
+8
*
prefer applicative over monadic style
Akshay
2020-10-17
1
-1
/
+0
*
add initial support for variable definition
Akshay
2020-10-16
1
-0
/
+2
*
fix vector and bool interactions
Akshay
2020-10-14
1
-2
/
+2
*
add support for vectors
Akshay
2020-10-14
1
-2
/
+12
*
allow multiline expressions
pretty-errors
Akshay
2020-10-13
1
-2
/
+5
*
fix dotted lists again
Akshay
2020-10-12
1
-1
/
+1
*
parse signed ints and floats correctly
Akshay
2020-10-12
1
-6
/
+18
*
handle lists and dottedlists without backtracking
Akshay
2020-10-11
1
-19
/
+15
*
add quasiquote, unquote modifiers, basic boolean operations
Akshay
2020-10-10
1
-12
/
+19
*
add experimental floating point handling
Akshay
2020-10-09
1
-6
/
+6
*
init
Akshay
2020-10-08
1
-0
/
+101