1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/impls/c.2
Joel Martin a0fe8e4355 c.2,make,perl6,ocaml,objpascal: update to ubuntu:24.04
c.2:
    By updating to 24.04 we get around an error with declarations after
    labels which is allowed in more recent compiler versions.

make:
    With older make, the newer make code results in this error:
    ../make/readline.mk:13: *** unterminated call to function 'eval': missing ')'.  Stop.

    Newer versions of make work fine.

perl6:
    With older rakudo, this error occurs:
        user> (let* (DEBUG-EVAL false) (- 3 1))
        Cannot resolve caller Numeric(types::MalFalse: ); none of these signatures match:

ocaml:
    Fixes build error that happens with older versions of ocaml:
        ocamlopt -a types.ml reader.ml printer.ml env.ml core.ml -o mal_lib.cmxa
        File "env.ml", line 15, characters 8-21:
        Error: Unbound value Data.find_opt

objpascal:
    With older compiler, the following error occurs:
        user> (apply str (seq "this is a test"))
        *** Error in `../objpascal/stepA_mal': corrupted size vs. prev_size: 0x000000000246c360 ***
2024-08-05 11:55:55 -05:00
..
libs renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
tests renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
core.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
core.h renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
Dockerfile c.2,make,perl6,ocaml,objpascal: update to ubuntu:24.04 2024-08-05 11:55:55 -05:00
env.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
env.h Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
Makefile tweaks for publication 2021-05-12 09:32:29 -05:00
printer.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
printer.h renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
reader.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
reader.h renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
run renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
step0_repl.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
step1_read_print.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
step2_eval.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step3_env.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step4_if_fn_do.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step5_tco.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step6_file.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step7_quote.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step8_macros.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step9_try.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.c Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
types.c renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
types.h renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00