Skip to content
  • Red Daly's avatar
    js.lisp breakup · cc4f1551
    Red Daly authored
    Broke the js.lisp file up into several three files: source-model.lisp,
    js-translation.lisp, and parser.lisp.
    
    source-model.lisp: class definitions that correspond to the Javascript
    AST.  (defjsclass forms for the most part)
    
    js-translation.lisp: functions for converting AST objects to
    Javascript source code
    
    parser.lisp: macro definitions and the mechanisms for processing
    Parenscript forms into AST objects.
    
    See also: http://common-lisp.net/pipermail/parenscript-devel/2007-June/000035.html
    cc4f1551