Prepare move of reusable code to lib/.
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Wed, 15 May 2019 03:05:26 +0000 (05:05 +0200)
committerNicolas Boulenguez <nicolas.boulenguez@free.fr>
Fri, 17 May 2019 23:52:13 +0000 (01:52 +0200)
commit3e9b89d4b5ec0f424969c45d13b5d676878f45a5
tree1d7191800ad2f2594a43c322444a6a98e63fe5c7
parentd0ca46a2e46a922af0643360c9153b8697ab9080
Prepare move of reusable code to lib/.

Changes creating huge diffs, like file splits, have been delayed for
readability .
Also fix description of `and`.
14 files changed:
docs/TODO
examples/memoize.mal
examples/pprint.mal
examples/protocols.mal
lib/README.md [new file with mode: 0644]
lib/core.mal [moved from core.mal with 82% similarity]
lib/equality.mal [moved from examples/equality.mal with 84% similarity]
lib/heavy_computations.mal [new file with mode: 0644]
lib/perf.mal [moved from perf.mal with 75% similarity]
tests/perf1.mal
tests/perf2.mal
tests/perf3.mal
tests/step8_macros.mal
tests/stepA_mal.mal