Or with _almost_ no change to the lexor and minimal change to the parser:
    
    
    let name = "Jim"
    let group = "alpha group"
    let p = Person( :name, :group )
    
    
    Run

Reply via email to