Number.Roman version 0.0.4 ========================== This is a preliminary JavaScript library which supports conversion of numbers to roman numerals and back. By now only 'to_roman' is there for your satisfaction. 'from_roman' is due in no time (maybe, around five months). (More than a year has passed by -- Time flies like an arrow, fruit flies like a banana.) INSTALLATION I don't know exactly how you install this. I just came to JSAN, which is brand new But I will learn. Something that works is to stuff the libraries which comprise JSAN and Test.Simple distributions into the "/src/s/sa/samuraijack/inc/index.html" under this distribution directory. DEPENDENCIES This module recommends these other libraries: JSAN (for facilities of loading and importing) and for testing, Test.Simple JSAN are needed. TO DO * write 'from_roman' or whatever it will be called * write a test that do not depend on JSAN but only on Test.Simple * support lower case romans (i, ix) * support large numbers (> 3999) * write tests for the Unicode variant * improve demo, keeping it simple COPYRIGHT AND LICENCE Copyright (C) 2005, 2006 by Adriano R. Ferreira This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Yes, we are Perl programmers writing JavaScript code.