Age | Commit message (Expand) | Author |
---|---|---|
4 days | feat: implemented coproducts according to tests | Joel Kronqvist |
6 days | test: added boilerplate and tests for coproduct parsing, type checking and ev... | Joel Kronqvist |
8 days | fix: changed type of (() T) from (T ...) to (Vector (T ...)) | Joel Kronqvist |
9 days | feat: type conversion from (Vec/Quote X) -> X and add vec/quote to rest patte... | Joel Kronqvist |
11 days | feat: parsing of new types (T, (int ...), (int bool)) etc. also fixed bug in ... | Joel Kronqvist |
11 days | fix: removed unneccessary print, excluded .#[file] emacs backups in gitignore | Joel Kronqvist |
11 days | fix: step scrutinee of case & can instantiate empty vec | Joel Kronqvist |
12 days | feat: pattern matching evaluation in step.rs | Joel Kronqvist |
13 days | refactor: Added helper matches_pat for pattern matching | Joel Kronqvist |