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
Branch
Commit message
Author
Age
comments
use `void` over `return ()`
Akshay
4 years
master
refactor LispNumber into Base, improve numerical calculations
Akshay
4 years
nerd-comments
basic comment support
Akshay
4 years
pretty-errors
allow multiline expressions
Akshay
4 years
quasiquoting
add basic evaluation of unquote-splicing in quasiquoted forms
Akshay
4 years
Age
Commit message
Author
Files
Lines
2020-10-27
basic comment support
nerd-comments
Akshay
2
-16
/
+20
2020-10-23
add Base module
Akshay
1
-0
/
+42
2020-10-23
refactor internal datatypes to Base
Akshay
7
-36
/
+13
2020-10-17
add basic evaluation of unquote-splicing in quasiquoted forms
quasiquoting
Akshay
2
-25
/
+34
2020-10-17
prefer applicative over monadic style
Akshay
5
-19
/
+17
2020-10-16
add basic quasiquote and unquote behaviour
Akshay
2
-11
/
+20
2020-10-16
fix: pretty print errors
Akshay
1
-2
/
+2
2020-10-16
add initial support for variable definition
Akshay
9
-48
/
+133
2020-10-15
add basic list primitives
Akshay
2
-15
/
+47
2020-10-15
improve arity error messages
Akshay
2
-28
/
+32
[...]
Clone
https://git.peppe.rs/languages/lisk