Tweak spar patterns.
authorChris Hanson <org/chris-hanson/cph>
Sun, 25 Mar 2018 15:36:58 +0000 (08:36 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 25 Mar 2018 15:36:58 +0000 (08:36 -0700)
commit56d7d46579fbe6904e2697cb303c628d834e3c02
tree9fca9e879baa6127abdbab1fe255f97bdd9358f8
parentc7125c87f352760240b434f7f67cc746a66a7881
Tweak spar patterns.

* Rename (quote <x>) to (noise <x>).
* Rename (keyword <id>) to (noise-keyword <id>).
* Implement (keyword <id>) that matches <id> and then pushes it.
src/runtime/mit-macros.scm
src/runtime/syntax-parser.scm