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-13 | allow multiline expressionspretty-errors | Akshay | 2 | -3/+7 |
2020-10-13 | refactor Error into submodules | Akshay | 5 | -6/+109 |
2020-10-12 | fix dotted lists again | Akshay | 1 | -1/+1 |
2020-10-12 | parse signed ints and floats correctly | Akshay | 3 | -13/+29 |
2020-10-11 | handle lists and dottedlists without backtracking | Akshay | 2 | -20/+17 |
2020-10-10 | complete definition of naryBool | Akshay | 1 | -1/+5 |
2020-10-10 | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 5 | -26/+69 |
2020-10-09 | add binary boolean operators | Akshay | 2 | -1/+15 |
2020-10-09 | mimic guile's errors | Akshay | 1 | -1/+1 |
2020-10-09 | doc/todos | Akshay | 2 | -3/+9 |
[...] | ||||
Clone | ||||
https://git.peppe.rs/languages/lisk |