On Wed, Jan 16, 2013 at 11:24 PM, ノートン ジョーセフ ウェイ ン <norton@lovely.email.ne.jp> wrote:Hello again.
I have an updated draft for the formal syntax of Scheme r7rs written in ABNF. This draft is based on updates since r7rs-draft-8.pdf and includes all sections except for quasiquotations. The datum and expression sections have undergone some quickcheck-style unit testing. I'd appreciate any review and feedback.
Thanks for doing this. The big advantage of the RFC format isthat it's machine readable - have you tried running this throughany ABNF parser libraries?To use it practically you'd need to tie up some of the loose ends,e.g. +i and +nan.0 should not parse as symbols. This is possiblebut a little tedious to spec out.--Alex