Credits

The following list of people contributed for this software.

The following list of tools are used to develop Yet Another Language

The following list of books or websites have been referenced most frequently.

  1. 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.

  2. 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.

  3. A Compact Guide to Lex & Yacc - This tutorial web site was a great help when I first taught myself lexical analyzer and parser generator.

  4. Analytical, Numerical, and Computational Methods for Science and Engineering, by Gene H. Hostetter, Mohammed S. Santina, Paul D'carpio-Montalvo

  5. Numerical Recipes in C++, 2nd Edition, William H. Press, Saul A. Teukolsky, William T. Vetterling, Brian P. Flannery

  6. The Theory and Problems of Vector Anlaysis, by Murray R. Spiegel

  7. The Theory and Problems of Complex Variables, by Murray R. Spiegel

  8. The Theory and Problems of Matrics, by Frank Ayres, Jr. Ph.D

  9. The C++ Programming Language, Special Edition, by Bjarne Stroustrup

  10. The C++ Standard Library, A Tutorial and Reference, by Nicolai M. Josuttis

  11. C++ Templates, The Complete Guide, by David Vandevoorde, Nicolai M. Josuttis

  12. The C++ Standard Library Extensions, A Tutorial and Reference, by Pete Becker

  13. Programming Windows, 5th Edition, by Charles Petzold

  14. 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.