The following list of people contributed for this software.
Daniel Han ( daniel_han @ silicondiners.com) - Translate French keywords
Seong Hee Kang - Translated Russian keywords
Liang Huan (Bake) - Translated Chinese keywords
Rebecca Kim ( rebecca_kim @ silicondiners.com) - Did all graphic design (icons and splash screen, etc.)
Chang Hee (Thomas) Kim ( thomas_kim @ silicondiners.com )- Me, I create Yet Another Language
The following list of tools are used to develop Yet Another Language
Microsoft Visual Studio 2005 - C++ language
FLEX - lexical analyzer generator -
BISON - parser generator
BCGControlBarPro - User Interface library
Numerical Recipes in C++ - Some parts of this library is used
The following list of books or websites have been referenced most frequently.
Introduction to Automata Theory, Languages, and Computation,
3rd Edition by John E. Hopcroft, Rajeev Motwani
By reading this book, I could understand the underlying theories behind
programing language construction.
Compilers, Principles, Techniques, & Tools, 2nd
Edition by Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman
For any serious programming language designer, this book is a must-read.
A Compact Guide to Lex & Yacc - This tutorial web site was a great help when I first taught myself lexical analyzer and parser generator.
Analytical, Numerical, and Computational Methods for Science and Engineering, by Gene H. Hostetter, Mohammed S. Santina, Paul D'carpio-Montalvo
Numerical Recipes in C++, 2nd Edition, William H. Press, Saul A. Teukolsky, William T. Vetterling, Brian P. Flannery
The Theory and Problems of Vector Anlaysis, by Murray R. Spiegel
The Theory and Problems of Complex Variables, by Murray R. Spiegel
The Theory and Problems of Matrics, by Frank Ayres, Jr. Ph.D
The C++ Programming Language, Special Edition, by Bjarne Stroustrup
The C++ Standard Library, A Tutorial and Reference, by Nicolai M. Josuttis
C++ Templates, The Complete Guide, by David Vandevoorde, Nicolai M. Josuttis
The C++ Standard Library Extensions, A Tutorial and Reference, by Pete Becker
Programming Windows, 5th Edition, by Charles Petzold
Programming Windows with MFC, 2nd Edition, by Joff Prosise
Many more books have been referenced but those listed above. But the above list of books were most helpful.
This is not book, but a website, Unicode Home Page, was a big help to understand UNICODE, the basis of Yet Another Language.