var E_Lang = Class.create({
    initialize: function(expr) {
        this.expr = expr;
    },