2017-01-17 |
Jan Nieuwenhuizen | mescc: Add data as loadable ELF section. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-17 |
Jan Nieuwenhuizen | mescc: Support switch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-10 |
Jan Nieuwenhuizen | mescc: Handle enums. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-10 |
Jan Nieuwenhuizen | mescc: Update for. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-17 |
Jan Nieuwenhuizen | scm: Add string-delete. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-02 |
Jan Nieuwenhuizen | mescc: Add open/read C-tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-10 |
Jan Nieuwenhuizen | mescc: Support ?. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-10 |
Jan Nieuwenhuizen | mescc: Support open, read. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-10 |
Jan Nieuwenhuizen | mescc: Support globals. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-09 |
Jan Nieuwenhuizen | mescc: Small ELF tweaks allowing debugging with gdb. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-08 |
Jan Nieuwenhuizen | mescc: Handle && in if and while. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-07 |
Jan Nieuwenhuizen | mescc: Proper support for i++,++i,i--,--i. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-02 |
Jan Nieuwenhuizen | mescc: Beginning of expression and test template. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-05 |
Jan Nieuwenhuizen | mescc: Have micro-mes use strcmp to print help. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-05 |
Jan Nieuwenhuizen | mescc: Compile specific for loop. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | mescc: Refactor compiler. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-07 |
Jan Nieuwenhuizen | scm: Fix psyntax/keyword/optargs interaction bug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Compile file supplied on command line. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | nyacc: Add cpp to c99 mes module. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Rename symbols to globals. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Have micro-mes use if not to segfault. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Have micro-mes print argv. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Have micro-mes print argc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Support literal .byte in asm (). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | mescc: Remove data section from disassembly. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-02 |
Jan Nieuwenhuizen | mescc: Formals, local variables. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-02 |
Jan Nieuwenhuizen | mescc: Nicer functions/parameters. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-02 |
Jan Nieuwenhuizen | mini-mes: Parse with Nyacc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-02 |
Jan Nieuwenhuizen | mescc: Scaffolding of Nyacc compile experiments. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-02 |
Jan Nieuwenhuizen | mescc: Nyacc updates, factor-out elf-util. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-31 |
Jan Nieuwenhuizen | mescc: Use Nyacc frontend. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | scm: Avoid xpath's shadowing of filter. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-09 |
Matt Wette | nyacc: fixes didn't get in in 0.74.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-09 |
Matt Wette | nyacc: ugh. fixes did not take, why? |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-08 |
Matt Wette | nyacc: new release 0.74.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-08 |
Matt Wette | nyacc: minor fixes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-08 |
Matt Wette | nyacc: lots of C99/CPP fixes. now more robust for code... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-08 |
Matt Wette | nyacc: lots of fixes to make CPP more robust; now need... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-06 |
Matt Wette | nyacc: updates for cpp-ok/not-ok |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-02 |
Matt Wette | nyacc: fixed c99/CPP bug: need to skip space before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-02 |
Matt Wette | nyacc: have something working for in-place include |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-01 |
Matt Wette | nyacc: working on cpp-include fix |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-31 |
Matt Wette | nyacc: creating fixes for 0.73.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-26 |
Matt Wette | nyacc: new release 0.73.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-26 |
Matt Wette | nyacc: misc updates; see ChangeLog |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-03 |
Matt Wette | nyacc: multiple fixes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-08-09 |
Matt Wette | nyacc: starting devel on 0.72.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-26 |
Jan Nieuwenhuizen | nyacc: Move README.nyacc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-26 |
Jan Nieuwenhuizen | nyacc: Add README.nyacc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | tests: Move (ice-9 syncase) into cond-expand. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-03-26 |
Jan Nieuwenhuizen | nyacc: Move (ice-9 syncase) into cond-expand. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Move GNUisms inside #if. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-22 |
Jan Nieuwenhuizen | repl: Fix expand in repl. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-03 |
Jan Nieuwenhuizen | scm: Error throws rather than hard exit. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | repl: Use exception handling. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | core: Throw exceptions rather than asserts. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | core+scm: Implement exception handling. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | Revert "core: Display me debuggor CPS+CC." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | core: Display me debuggor CPS+CC. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | core: Add continuations, call/cc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-28 |
Jan Nieuwenhuizen | core: Rewrite eval_apply in continuation passing style. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Support radix for string->number, number->string. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add string-take, string-drop. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Stderr_ also print numbers. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Bugfixes bytevectors. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Append-map: handle multiple list. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Move GNUisms inside #if. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add drain-input. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Bugfix for reading #\*eof* character. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Expose command line. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Include srfi-13 in base. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add filter-map. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add srfi-1:iota. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add pretty-print from Guile. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add make-string, object->string. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add list-set!, string-set! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Fix core:car, core:cdr for specials. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Add continuation on stack. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Uniformize calling of apply. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | core: Refactor stack handling. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Add simple-format. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-01-04 |
Jan Nieuwenhuizen | Display: If possible, show name of closure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | Update documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | guix hash: 1jpm8m8y2dqsl3sc6flf8da4rpdrqh6zgr2mghzjw0lg... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | Release 0.4. v0.4 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | Remove hardcoded duplication of version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | Update documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | make: Install nyacc scripts too. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | Revert "core: Display me debuggor." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | core: Display me debuggor. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | Revert "core: FAT_C_READER: Show your speed." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-25 |
Jan Nieuwenhuizen | core: FAT_C_READER: Show your speed. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | Refactor reader. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Remove c3+r abbreviatons. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Move dump, load, bload to lib.c. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Add getenv, verbose module loading on MES_DEBUG. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Add some error checking. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Move reader and posix functions from mes.c |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | core: Remove unused symbols. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-12-24 |
Jan Nieuwenhuizen | Add write, add display test, some fixes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |