2016-12-17 |
Jan Nieuwenhuizen | Minimal syntactic fluids support.
|
commit | commitdiff | tree |
2016-12-17 |
Jan Nieuwenhuizen | Add string-prefix?, symbol-prefix, symbol-append.
|
commit | commitdiff | tree |
2016-12-17 |
Jan Nieuwenhuizen | Add list-head, list-tail.
|
commit | commitdiff | tree |
2016-12-17 |
Jan Nieuwenhuizen | core: Bugfix number-based-cells: allow displaying ...
|
commit | commitdiff | tree |
2016-12-21 |
Jan Nieuwenhuizen | Make guile switchable in GNUmakefile.
|
commit | commitdiff | tree |
2016-12-17 |
Jan Nieuwenhuizen | Resurrect guile-mescc with guile-2.1.5.
|
commit | commitdiff | tree |
2016-12-25 |
Jan Nieuwenhuizen | optargs guile
|
commit | commitdiff | tree |
2016-12-16 |
Jan Nieuwenhuizen | Support Guile optargs.
|
commit | commitdiff | tree |
2016-12-16 |
Jan Nieuwenhuizen | Support => in cond.
|
commit | commitdiff | tree |
2016-12-16 |
Jan Nieuwenhuizen | core: Support keywords.
|
commit | commitdiff | tree |
2016-12-16 |
Jan Nieuwenhuizen | Handle form-feed.
|
commit | commitdiff | tree |
2016-12-14 |
Jan Nieuwenhuizen | core: Make symbols constants.
|
commit | commitdiff | tree |
2016-12-13 |
Jan Nieuwenhuizen | Extend Scheme reader, reduce C reader dependency.
|
commit | commitdiff | tree |
2016-12-13 |
Jan Nieuwenhuizen | Silence garbage collector.
|
commit | commitdiff | tree |
2016-12-13 |
Jan Nieuwenhuizen | Update README.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | guix hash: 0nbdjvmsyarp4vfg3r9hhhnabv11z1b7isw4g09x3kjd0r1lx0mh
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Release 0.3.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Update Mes in Guile.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Resurrect Mes in Guile.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Avoid garbage returns.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Update documentation.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Resurrect QUASIQUOTE=0.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Add loadable modules.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Use syntax rather than psyntax.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Resurrect syntax.mes.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: use FIXED_PRIMITIVES rather than environment...
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Set max arena size.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Make arena size configurable.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Grow gc arena gradually.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: gc bugfixes.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Split-off cache, display, reader.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Add reader in Scheme.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Cleanup cells.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Add function indirection.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Number based cells.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Integrate garbage collector/jam scraper.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Add sicp garbage example: tests/gc-1.test.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Make using GC in switchable, set to off; on dumps...
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Add garbage collector/jam collector experiment.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Add mes gc test setup.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | guix hash: 09axqivywpw0l9lm7pk1ncp6690vfv658z731z674ih73yqs5qma
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Release 0.2.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Update NEWS.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | test: Run psyntax before record.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | test: Add psyntax closure tests.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Show more info on apply error.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | test: Add toplevel begin define test.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Bugfix: report name of undefined variable.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Use switch in display_helper.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Refactor eval.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: One SCM type for function.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Cleanup macro expansion.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Factor-out assert_defined.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Implement load.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | posix: Implement open-input-file.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Support switching of input stream.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Update documentation wrt syntax-case.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Update AUTHORS.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Finalize psyntax integration.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Quoted internals are symbols.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | test: More values, call-with-values tests.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | psyntax: More tests.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Fix quasisyntax reading.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | test: Add new macros.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | repl: Add sc-expand meta command, include syntax-case.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Add syntax-case based syntax-rules.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Bugfix include.mes: skip commented modules.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Initial psyntax integration.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | psyntax: Add missing (interaction-environment) to eval.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Import psyntax from Guile-1.3a.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Exit upon error.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Mescc: avoid `if'.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | core: Add compile time switch for quasisyntax.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | More error handling on apply_env.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Bugfix assq_ref_cache for running without environment...
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Error handling on failing set!.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Simplify toplevel read.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | boot: fix ignored.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Implement apply with multiple arguments.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Fix values.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Define garbage collector/jam collector primitives.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Implement strings and symbols as list of characters...
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Environment cache bugfix for define.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Introduce reference type, use vectors of SCM.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Guile gc experiment: remove global scan variable.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Guile gc experiment: add garbage collection.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Guile gc experiment: add lists and display.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Guile gc experiment: add pairs.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Guile gc experiment.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Revert "Speedup boot eval/apply."
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | Speedup boot eval/apply.
|
commit | commitdiff | tree |
2016-12-12 |
Jan Nieuwenhuizen | guix hash: 115jycdz8i1r5sj2fsjqcrh456mayxzaykb8cxxxc3wxfkj8nagf
|
commit | commitdiff | tree |
2016-11-20 |
Jan Nieuwenhuizen | Release 0.1.
|
commit | commitdiff | tree |
2016-11-20 |
Jan Nieuwenhuizen | Documentation update.
|
commit | commitdiff | tree |
2016-10-23 |
Jan Nieuwenhuizen | Avoid gratuitous consing with begin and quasiquote.
|
commit | commitdiff | tree |
2016-10-22 |
Jan Nieuwenhuizen | Remove dead code.
|
commit | commitdiff | tree |
2016-10-22 |
Jan Nieuwenhuizen | Move other post-boot and derived functions to lib.c.
|
commit | commitdiff | tree |
2016-10-22 |
Jan Nieuwenhuizen | Move strings to string.c.
|
commit | commitdiff | tree |
2016-10-22 |
Jan Nieuwenhuizen | Move arithmetic functions to math.c.
|
commit | commitdiff | tree |
2016-10-22 |
Jan Nieuwenhuizen | Move define, define-macro to define.c.
|
commit | commitdiff | tree |
next |