ix.util.lisp
Interface LispInterpreter.Parser

All Known Implementing Classes:
LispInterpreter.Syntax
Enclosing class:
LispInterpreter

public static interface LispInterpreter.Parser


Method Summary
 Interpreter.Expr parse(LList form)
           
 

Method Detail

parse

Interpreter.Expr parse(LList form)