OSDN Git Service

[UPDATE]I've finished Node
[happyabc/happyabc.git] / src / lisp.mli
1 exception Syntax_error of string
2
3 val compile : char Node.t Stream.t -> ClosTrans.program
4 val compile_string : string -> ClosTrans.program