1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small wording change to compliance doc More... over 10 years ago
Adding `list->string` implementation More... over 10 years ago
Added `list-tail` implementation More... over 10 years ago
Making apply r7rs compliant More... over 10 years ago
Allowing an opening bracket to terminate parsing of a symbol (as it starts the next token) More... over 10 years ago
Fixing memory leak in eval form when calling non-syntactic forms. More... over 10 years ago
Added `list-ref` implementation More... over 10 years ago
Adding `list-set!` implementation. More... over 10 years ago
Temporarily disabling old broken c unit tests More... over 10 years ago
Added non r7rs compliant `apply`, currently calls func with (append arg1...argn) instead of (append (list arg1...) args) More... over 10 years ago
Moving some number functions to new interface (`+`, `-`, `*`, `/` and `remainder`) More... over 10 years ago
Updating remaining pair and list functions to have new function interface More... over 10 years ago
Moving `list` to new function interface More... over 10 years ago
Moving `length` to new function interface More... over 10 years ago
Moving `reverse` to new function interface More... over 10 years ago
Moving `make-list` to new function interface More... over 10 years ago
Moving `list-copy` to new function interface More... over 10 years ago
Moving unimplemented pair funcs to new interface More... over 10 years ago
Laying down skeleton for `apply`, implementation still to come. More... over 10 years ago
Updating `procecure?` to include forms (both syntactic and not), this may clash with the standard. More... over 10 years ago
Moving control section features to new function interface More... over 10 years ago
Removing TODO for implemented functionality More... over 10 years ago
Implementing calls to non-syntactic forms More... over 10 years ago
updating TODO More... over 10 years ago
Adding cons and null defines to value More... over 10 years ago
Making generate_bindings aware of non-syntactic forms (new function call interface) More... over 10 years ago
Adding `append` More... over 10 years ago
Uncommenting unit tests, pass after fixing quote form More... over 10 years ago
Tidying up terrible bindings documentation More... over 10 years ago
Noting in TODO changes that need to be made to generate_bindings More... over 10 years ago