mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] Token parsing and output testing


From: Mike Gran
Subject: [MIT-Scheme-devel] Token parsing and output testing
Date: Sun, 10 Oct 2010 11:17:46 -0700 (PDT)

Hi all-

For my work on some other Scheme, I hacked a little tool that
you might find of interest.  

It is a script that tries to exercise the parsing and display
of the whole range of possible R6RS strings, symbols,
chars, and numbers.  It might be of some value for when 
regression testing changes in the parser.

At my space on github [1], I've made a small project called
token-io-test.  It contains a script that I generated that
should cover most of the R6RS lexical syntax for those tokens.

In the same location are sample outputs from the Schemes to which
I have access.

Not very interesting in and of itself, but, quite interesting when
you diff the output from one release to another or one from Scheme
with the output of another.

Thanks,

Mike Gran

[1] http://github.com/spk121/token-io-test




reply via email to

[Prev in Thread] Current Thread [Next in Thread]