Basic: fix step6 arg test. Gensym. Misc cleanup.
authorJoel Martin <github@martintribe.org>
Fri, 28 Oct 2016 04:47:05 +0000 (23:47 -0500)
committerJoel Martin <github@martintribe.org>
Fri, 28 Oct 2016 05:09:56 +0000 (00:09 -0500)
commit4e7d8a1bcfcdf7947072e80de5a1f7e6133c4540
tree7177c10f47326d405023a10c2cc9dac0c2555d63
parentc7330b3d694f3cf6641193f65170ae5ef59b83b3
Basic: fix step6 arg test. Gensym. Misc cleanup.

- Strip linefeeds in run_argv_test.sh so that step6 arg test passes
  for basic.
- Add gensym and convert or macro.
- Add gitignore entries for transpiled basic sources.
- Add conj/seq stubs so that step4 self-host loads (if non-step4
  functions are commented out in core.mal)
- Bump up Z% value space by 256 spaces (1K)
- Remove old qb2cbm.sh
17 files changed:
.gitignore
basic/core.in.bas
basic/qb2cbm.sh [deleted file]
basic/step0_repl.in.bas
basic/step1_read_print.in.bas
basic/step2_eval.in.bas
basic/step3_env.in.bas
basic/step4_if_fn_do.in.bas
basic/step5_tco.in.bas
basic/step6_file.in.bas
basic/step7_quote.in.bas
basic/step8_macros.in.bas
basic/step9_try.in.bas
basic/stepA_mal.in.bas
basic/types.in.bas
run_argv_test.sh
tests/perf3.mal