2017-05-06 |
Jan Nieuwenhuizen | mescc: Enhance enum support.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support binary constants.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support ==, != as expression value.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support &, ^.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support struct pointers.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support struct definition with variable declaration.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support void functions.
|
commit | commitdiff | tree |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Bugfix for break in switch not in compound.
|
commit | commitdiff | tree |
2017-05-05 |
Jan Nieuwenhuizen | mescc: Enhance [int/pointer] array support.
|
commit | commitdiff | tree |
2017-05-04 |
Jan Nieuwenhuizen | mescc: Enhance struct support.
|
commit | commitdiff | tree |
2017-05-03 |
Jan Nieuwenhuizen | mescc: Fix itoa for negative numbers, using workaround.
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | mescc: Support regular C99 compile, headers + mlibc.
|
commit | commitdiff | tree |
2017-05-03 |
Jan Nieuwenhuizen | mescc: Support list of initializers.
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | mescc: Basic printf support.
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | guix: Update from Guix.
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | make: Recompile .go too when included mes is touched.
|
commit | commitdiff | tree |
2017-05-05 |
Jan Nieuwenhuizen | build: Resolve MODULEDIR confusion. Fixes mes installation.
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | guix hash: 01m8n7zk4f1ryd61dj589zarx09vbi7fc5f8m1x5zfk6r7l0zja2
|
commit | commitdiff | tree |
2017-05-02 |
Jan Nieuwenhuizen | guix.scm: Remove erroneous system restriction.
|
commit | commitdiff | tree |
2017-04-27 |
Jan Nieuwenhuizen | Release 0.5.
|
commit | commitdiff | tree |
2017-04-27 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-27 |
Jan Nieuwenhuizen | doc: Release update.
|
commit | commitdiff | tree |
2017-04-25 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-24 |
Jan Nieuwenhuizen | mescc: Parse mlibc early, show progress.
|
commit | commitdiff | tree |
2017-04-25 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-24 |
Jan Nieuwenhuizen | core: Set argv for mescc too.
|
commit | commitdiff | tree |
2017-04-24 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-23 |
Jan Nieuwenhuizen | mescc: Avoid duplication of globals.
|
commit | commitdiff | tree |
2017-04-23 |
Jan Nieuwenhuizen | mescc: Fix global creation in AND/OR clause.
|
commit | commitdiff | tree |
2017-04-17 |
Jan Nieuwenhuizen | core: Move some debugging to MES_DEBUG=2.
|
commit | commitdiff | tree |
2017-04-17 |
Jan Nieuwenhuizen | mescc: Add atoi.
|
commit | commitdiff | tree |
2017-04-17 |
Jan Nieuwenhuizen | mescc: Add getenv.
|
commit | commitdiff | tree |
2017-04-17 |
Jan Nieuwenhuizen | mescc: Support pointer arrays and some arithmetic.
|
commit | commitdiff | tree |
2017-04-25 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-16 |
Jan Nieuwenhuizen | Add access?
|
commit | commitdiff | tree |
2017-04-25 |
Jan Nieuwenhuizen | bootstrap: Regenerate
|
commit | commitdiff | tree |
2017-04-12 |
Jan Nieuwenhuizen | build: Refactor.
|
commit | commitdiff | tree |
2017-04-15 |
Jan Nieuwenhuizen | Remove gc scaffolding.
|
commit | commitdiff | tree |
2017-04-15 |
Jan Nieuwenhuizen | mescc: Add fsync.
|
commit | commitdiff | tree |
2017-04-10 |
Jan Nieuwenhuizen | core/mini-mes: Merge merge mes.c and mini-mes.c.
|
commit | commitdiff | tree |
2017-04-10 |
Jan Nieuwenhuizen | mescc: Allow usage of const by ignoring.
|
commit | commitdiff | tree |
2017-04-10 |
Jan Nieuwenhuizen | HACKING: Removed __MESC__ workarounds.
|
commit | commitdiff | tree |
2017-04-10 |
Jan Nieuwenhuizen | mescc: Support break in while.
|
commit | commitdiff | tree |
2017-04-09 |
Jan Nieuwenhuizen | mescc: Refactor switch.
|
commit | commitdiff | tree |
2017-04-08 |
Jan Nieuwenhuizen | mini-mes: Merge with mes.c: lib.c, math.c, posix.c.
|
commit | commitdiff | tree |
2017-04-08 |
Jan Nieuwenhuizen | mescc: Refactor assignment.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Factor-out array-ref.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Refactor expr->base.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Refactor binary operators.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Factor-out append-text.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Factor-out wrap-as.
|
commit | commitdiff | tree |
2017-04-07 |
Jan Nieuwenhuizen | mescc: Refactor comparisons.
|
commit | commitdiff | tree |
2017-04-06 |
Jan Nieuwenhuizen | HACKING: Removed gc.c, vector.c mescc workarounds.
|
commit | commitdiff | tree |
2017-04-06 |
Jan Nieuwenhuizen | mescc: Refactor array ref.
|
commit | commitdiff | tree |
2017-04-06 |
Jan Nieuwenhuizen | mescc: Refactor expressions.
|
commit | commitdiff | tree |
2017-04-05 |
Jan Nieuwenhuizen | mescc: Refactor pre/post inc/dec.
|
commit | commitdiff | tree |
2017-04-05 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-05 |
Jan Nieuwenhuizen | mescc: function call.
|
commit | commitdiff | tree |
2017-04-05 |
Jan Nieuwenhuizen | mescc: Support expression as lhs array index.
|
commit | commitdiff | tree |
2017-04-04 |
Jan Nieuwenhuizen | mescc: Remove duplication.
|
commit | commitdiff | tree |
2017-04-04 |
Jan Nieuwenhuizen | scripts: Support --help, --version.
|
commit | commitdiff | tree |
2017-04-03 |
Jan Nieuwenhuizen | scm: Do not quote list of strings.
|
commit | commitdiff | tree |
2017-04-03 |
Jan Nieuwenhuizen | mescc: Do not return ELF text.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | build: Update Guix build and install.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | HACKING: scripts/mescc.mes scaffold/mini-mes runs.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | mini-mes: Fix for assq.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | core: Use 0.25% safety region.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | bootstrap: Regenerate.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | core: Remove append.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | test: Add test for append-map.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | core: Check gc free harder.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | mescc: Fix by value assignment from array-of struct...
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | core: Fix flush for _POSIX_SOURCE.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | core: Increase MAX_ARENA_SIZE and GC safety.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | HACKING: scripts/mescc.mes scaffold/t.c runs.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | core: Increase GC safety.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | HACKING: scripts/mescc.mes scaffold/tiny-mes.c runs.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | HACKING: scripts/mescc.mes scaffold/cons-mes.c runs.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | test: Add nyacc cpp match tests; two fail.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | scm: Support test failure expectation.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | scm: Evaluate arguments of OR only once.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | scm: Have char-set-contains? strictly return boolean.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | scm: Fix bug in assq-set!
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | scm: Add c????r.
|
commit | commitdiff | tree |
2017-03-31 |
Jan Nieuwenhuizen | scm: Add access?
|
commit | commitdiff | tree |
2017-03-29 |
Jan Nieuwenhuizen | doc: Add Roamdmap.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | scm: Add open-input-string, read-string.
|
commit | commitdiff | tree |
2017-04-02 |
Jan Nieuwenhuizen | build: Cleanup, use gcc-specific snarfing.
|
commit | commitdiff | tree |
2017-03-27 |
Jan Nieuwenhuizen | core: Fix error message when macro is missing.
|
commit | commitdiff | tree |
2017-03-29 |
Jan Nieuwenhuizen | test: Add pmatch tests.
|
commit | commitdiff | tree |
2017-03-28 |
Jan Nieuwenhuizen | nyacc: prefix globals.
|
commit | commitdiff | tree |
2017-03-27 |
Jan Nieuwenhuizen | scm: Bugfix display of named characters: add port.
|
commit | commitdiff | tree |
2017-03-27 |
Jan Nieuwenhuizen | nyacc: Add missing (mes pmatch) include.
|
commit | commitdiff | tree |
2017-04-01 |
Jan Nieuwenhuizen | nyacc: Use pmatch rather than match for cpp.
|
commit | commitdiff | tree |
2017-03-27 |
Jan Nieuwenhuizen | scm: Bugfix drain-input.
|
commit | commitdiff | tree |
2017-03-27 |
Jan Nieuwenhuizen | scm: Add assoc-set!
|
commit | commitdiff | tree |
2017-03-26 |
Jan Nieuwenhuizen | scm: Add compose.
|
commit | commitdiff | tree |
2017-03-26 |
Jan Nieuwenhuizen | scm: Support reading negative hex numbers.
|
commit | commitdiff | tree |
2017-03-26 |
Jan Nieuwenhuizen | scm: Support map4.
|
commit | commitdiff | tree |
next |