1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Feb 11, 2024 — Feb 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding `exact?` implementation More... almost 13 years ago
Updating memory management docs More... almost 13 years ago
tidying up TODO More... almost 13 years ago
Removing outdated FIXMEs from forms.c More... almost 13 years ago
Tidying up integration testing More... almost 13 years ago
Fixing bug in define function form where body was greater than one sexpr, added integration tests More... almost 13 years ago
Updating `lambda` and `define` forms to use runtime error system. More... almost 13 years ago
Adding severely broken c unit tests (too out of date to fix), updating remaining c unit tests. More... almost 13 years ago
Finally removing all instances of the legacy c-function interface. More... almost 13 years ago
Moving string procedures to new function interface More... almost 13 years ago
Moving character functions to new function interface More... almost 13 years ago
Updating rest of numbers to use runtime errors More... almost 13 years ago
Updating remaining number functions to use new function interface. More... almost 13 years ago
Moving `number?` to new function interface, updating to use runtime errors More... almost 13 years ago
Moving `exit`, `emergency-exit` and `force` to new function interface. More... almost 13 years ago
Moving `not`, `and` and `or` to new function interface. More... almost 13 years ago
Moving `symbol?` and `boolean?` to new function interface. More... almost 13 years ago
Added `memv`, `memq`, `assv` and `assq` implementations. More... almost 13 years ago
Added `assoc` implementation More... almost 13 years ago
Adding `member` implementation More... almost 13 years ago
Moving `equal?`, `eqv?` and `eq?` to new function interface More... almost 13 years ago
Moving `newline` to new function interface More... almost 13 years ago
Moving `display` to new function interface More... almost 13 years ago
Correcting comment in README about list literals More... almost 13 years ago
Updating README to mention scheme base progress More... almost 13 years ago
Adding `symbol=?` predicate More... almost 13 years ago
Adding `cond` form More... almost 13 years ago
Making cond a syntax form, adding cond unit tests More... almost 13 years ago
Relaxing regex to allow for nested sexpr in binding definition More... almost 13 years ago
Adding stub for cond form More... almost 13 years ago