David Thompson 162cf34fe0 Reimplement hashtables. 6 months ago
..
fixtures 9dbd10013d Add simple implementation of file ports. 9 months ago
basic-types.wasm f764a54033 Re-organize JS testing and run-time library 6 months ago
basic-types.wat 256a374f5d Remove examples directory and JS testing. 7 months ago
test-assignment.scm 489bdff36b Split up test-constants into many files! 1 year ago
test-atomics.scm b0cede51e7 Prune extraneous bindings from the default environment 9 months ago
test-bitwise.scm b0cede51e7 Prune extraneous bindings from the default environment 9 months ago
test-bytevectors.scm b32f88f6be Remove beyond-R7RS bytevector routines from standard environment 9 months ago
test-char-prelude.scm f102fd5bf4 Move Scheme standard library out to lib/ 6 months ago
test-complex.scm b0cede51e7 Prune extraneous bindings from the default environment 9 months ago
test-constants.scm ea03504a5a Make complex number printing in reflect.js match Scheme. 1 year ago
test-disassemble.scm c3040b31f1 wat: Produce better disassembly in wasm->wat, including names. 7 months ago
test-exceptions.scm c18468acd3 stdlib: Throw numeric type errors. 8 months ago
test-expander.scm 94b528431f Add test that define-record-type in programs works 7 months ago
test-ffi.scm ff75308bdd Add FFI test that uses (ref extern) params. 7 months ago
test-fibers-channels.scm ebde3df9b2 Add tests for the rest of fibers 6 months ago
test-fibers-conditions.scm ebde3df9b2 Add tests for the rest of fibers 6 months ago
test-fibers-operations.scm d492b9c102 Add a shim for (guile), use it to test (fibers operations) 6 months ago
test-fibers-scheduler.scm ab21bf5a54 Add stub code for a Hoot microfibers implementation 6 months ago
test-fibers-timers.scm ebde3df9b2 Add tests for the rest of fibers 6 months ago
test-fibers-waiter-queue.scm 6e8fb0f294 Add tests for fibers waiter-queue 6 months ago
test-fibers.scm ebde3df9b2 Add tests for the rest of fibers 6 months ago
test-flonums.scm 98a0b02b37 Fix hoot-fixnum? 1 year ago
test-fluids.scm cd9c2dbb18 Add (hoot dynamic-states) 6 months ago
test-fractions.scm 06969e9428 stdlib: Add missing fraction/flonum arithmetic cases. 7 months ago
test-hashtables.scm 162cf34fe0 Reimplement hashtables. 5 months ago
test-inline-wasm.scm be7f9d7285 Extend inline-wasm to allow unboxed args and results 1 year ago
test-ints.scm b0cede51e7 Prune extraneous bindings from the default environment 9 months ago
test-keywords.scm 1b5fabf1f3 Move symbols, keywords out of prelude 9 months ago
test-library-group.scm 394f439e26 Add first draft at implementing support for define-module 6 months ago
test-lower-globals.scm fe4835de78 Add new "lower-globals" pass 1 year ago
test-lower-stringrefs.scm c3040b31f1 wat: Produce better disassembly in wasm->wat, including names. 7 months ago
test-lower.scm c3040b31f1 wat: Produce better disassembly in wasm->wat, including names. 7 months ago
test-match.scm 0a72a8eb6a Port (ice-9 match). 6 months ago
test-number-to-string.scm 6cc09fe5fe Implement number->string for flonums, fractions, compnums 1 year ago
test-numeric.scm 1afe09400a prelude: Add truncate. 11 months ago
test-pairs.scm 542f29f8b9 Implement r7rs compliant equal? 9 months ago
test-ports.scm b16d45b2b0 Refactor test harness 6 months ago
test-procedures.scm 5294225712 Allow arbitrary consumer expression in call-with-values. 7 months ago
test-promises.scm 09bc1cb85f Add promises and tests 1 year ago
test-prompts.scm e0ffa16f3a Wrap ABI entries in default prompt. 7 months ago
test-read.scm 01b3373bbc Add `read` implementation 1 year ago
test-records.scm a70202270d R7RS and SRFI-9 constructors can leave off fields 7 months ago
test-string-to-number.scm 490ae0a04e Fix string->number when last character is a decimal point. 9 months ago
test-strings.scm b16d45b2b0 Refactor test harness 6 months ago
test-symbols.scm ae250df55e Add string->symbol, symbol->keyword tests 1 year ago
test-time.scm c7c3599170 test: Add time tests. 6 months ago
test-vectors.scm 542f29f8b9 Implement r7rs compliant equal? 9 months ago
test-vm.scm a0d41e54f3 Add spawn-fibers test 6 months ago
test-wasm-assembler.scm f764a54033 Re-organize JS testing and run-time library 6 months ago
test-write.scm 45c6928a53 write: Add trivial printer for ports. 7 months ago
utils.scm 4936ef838e reflect: Export hoot-print procedure. 5 months ago