Another Ada implementation.
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Mon, 10 Oct 2016 17:08:59 +0000 (19:08 +0200)
committerNicolas Boulenguez <nicolas@debian.org>
Sun, 10 Mar 2019 00:23:08 +0000 (01:23 +0100)
commitcbbb51b465c06e3529b8efaa86c197f91507e2f2
tree0ad09c8b1aa8d80c689a04974e13bc9d1468992c
parent23b7e1085bf4559c31048534ff929ad18a0ecd75
Another Ada implementation.
33 files changed:
Makefile
ada2/Makefile [new file with mode: 0644]
ada2/atoms.adb [new file with mode: 0644]
ada2/atoms.ads [new file with mode: 0644]
ada2/core.adb [new file with mode: 0644]
ada2/core.ads [new file with mode: 0644]
ada2/environments.adb [new file with mode: 0644]
ada2/environments.ads [new file with mode: 0644]
ada2/lists.adb [new file with mode: 0644]
ada2/lists.ads [new file with mode: 0644]
ada2/maps.adb [new file with mode: 0644]
ada2/maps.ads [new file with mode: 0644]
ada2/names.ads [new file with mode: 0644]
ada2/printer.adb [new file with mode: 0644]
ada2/printer.ads [new file with mode: 0644]
ada2/reader.adb [new file with mode: 0644]
ada2/reader.ads [new file with mode: 0644]
ada2/run [new file with mode: 0755]
ada2/step0_repl.adb [new file with mode: 0644]
ada2/step1_read_print.adb [new file with mode: 0644]
ada2/step2_eval.adb [new file with mode: 0644]
ada2/step3_env.adb [new file with mode: 0644]
ada2/step4_if_fn_do.adb [new file with mode: 0644]
ada2/step5_tco.adb [new file with mode: 0644]
ada2/step6_file.adb [new file with mode: 0644]
ada2/step7_quote.adb [new file with mode: 0644]
ada2/step8_macros.adb [new file with mode: 0644]
ada2/step9_try.adb [new file with mode: 0644]
ada2/stepa_mal.adb [new file with mode: 0644]
ada2/strings.adb [new file with mode: 0644]
ada2/strings.ads [new file with mode: 0644]
ada2/types.adb [new file with mode: 0644]
ada2/types.ads [new file with mode: 0644]