Age | Commit message (Expand) | Author |
19 hours | doc: added system requirements & fixed map x to x orHEADdevel | Joel Kronqvist |
31 hours | doc: updated the README, still sysreqs missing | Joel Kronqvist |
31 hours | doc: repeat in TUTORIAL.md | Joel Kronqvist |
31 hours | feat: repeat in stdlib | Joel Kronqvist |
32 hours | doc: added exercise on Collatz conjecture | Joel Kronqvist |
42 hours | doc: added exercises 3 and 4 | Joel Kronqvist |
42 hours | feat: left-or and right-or for coproducts in stdlib | Joel Kronqvist |
42 hours | fix: added missing conversions and generic inferring for coproducts | Joel Kronqvist |
43 hours | doc: added a new exc. 1 to serve as an introduction to the cli, added documen... | Joel Kronqvist |
43 hours | feat: added discard: T -> () to stdlib.slip | Joel Kronqvist |
43 hours | fix: removed unneccessary lowering from SCons(x, Nil) to x when getting match... | Joel Kronqvist |
45 hours | feat: --babysteps for REPL for easier debugging | Joel Kronqvist |
3 days | feat: map and filter for integers in stdlib.slip | Joel Kronqvist |
3 days | doc: added documentation on writing types | Joel Kronqvist |
3 days | doc: added section on coproducts and documented their pattern matching in TUT... | Joel Kronqvist |
3 days | feat: implemented coproducts according to tests | Joel Kronqvist |
5 days | test: added boilerplate and tests for coproduct parsing, type checking and ev... | Joel Kronqvist |
6 days | doc: added exercise 1 | Joel Kronqvist |
6 days | refactor: loop-unrolled recursive function SExp::parts as it's called a lot, ... | Joel Kronqvist |
6 days | fix: quote/vector disappearing in substitution on cases | Joel Kronqvist |
6 days | fix: make case type checking work according to updated tests | Joel Kronqvist |
6 days | test: added failing tests for type pattern matching, as VecType and QuoteTy m... | Joel Kronqvist |
6 days | fix: make argument type list stay as one type when there is just 1 argument name | Joel Kronqvist |
6 days | fix: refined [x] to x conversion, think (not true) and (vector 1) | Joel Kronqvist |
6 days | refactor: change conversions to use a stricter function with deduplicated code | Joel Kronqvist |
7 days | fix: repl erroring "let used as operator" with empty/nil inputs | Joel Kronqvist |
7 days | fix: changed type of (() T) from (T ...) to (Vector (T ...)) | Joel Kronqvist |
9 days | doc: added <> and factorial example to TUTORIAL.md | Joel Kronqvist |
9 days | feat: vector concatenation | Joel Kronqvist |
9 days | fix: conversions between vectors, they were needed for some functions, but no... | Joel Kronqvist |
9 days | doc: added empty vector initialization and int vector sum to TUTORIAL.md | Joel Kronqvist |
9 days | feat: sum for lists/vectors in stdlib | Joel Kronqvist |
9 days | feat: type conversion from (Vec/Quote X) -> X and add vec/quote to rest patte... | Joel Kronqvist |
9 days | fix: prevented loading non-let expressions as declarations | Joel Kronqvist |
9 days | doc: added help message and a reference to it in README.md | Joel Kronqvist |
9 days | feat: standard library & loading it by default | Joel Kronqvist |
9 days | feat: read binds from files, evaluate expression from file | Joel Kronqvist |
9 days | fix: function arguments not evaluating before function call | Joel Kronqvist |
9 days | feat: fixed point dynamics | Joel Kronqvist |
9 days | fix: subst not respecting fn and case binds | Joel Kronqvist |
10 days | doc: updated tutorial | Joel Kronqvist |
10 days | feat: statics for fixed point recursion | Joel Kronqvist |
10 days | fix: made conversion work according to updated tests: | Joel Kronqvist |
10 days | test: stricter generic checking tests added for Type::aka and Type::into_type | Joel Kronqvist |
10 days | feat: added rest of types to the parser | Joel Kronqvist |
10 days | fix: removed obsolete code for handling types as they are now parsed directly... | Joel Kronqvist |
10 days | feat: parsing of new types (T, (int ...), (int bool)) etc. also fixed bug in ... | Joel Kronqvist |
10 days | fix: removed unneccessary print, excluded .#[file] emacs backups in gitignore | Joel Kronqvist |
10 days | fix: step scrutinee of case & can instantiate empty vec | Joel Kronqvist |
12 days | feat: generic match arms, mostly for functions I guess? | Joel Kronqvist |