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-11-12
refactor LispNumber into Base, improve numerical calculations
HEAD
master
Akshay
4
-23
/
+51
2020-11-12
use maps over assoc lists
Akshay
2
-32
/
+8
2020-10-27
use `void` over `return ()`
comments
Akshay
1
-21
/
+10
2020-10-27
add newline consumption
Atreya Bain
1
-7
/
+14
2020-10-26
trim comment
Atreya Bain
1
-6
/
+0
2020-10-26
Add comments into whitespace
Atreya Bain
1
-12
/
+16
2020-10-26
add comments as whitespace
Atreya Bain
1
-5
/
+26
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
[...]
Clone
https://git.peppe.rs/languages/lisk