Number n ::= d | nd (d in Digit)
Symbol s ::= c | sc | sd (c in Char)
Atom a ::= n | s
Expr e ::= a | (e … e)
TAG lisp
받은 트랙백이 없고,
댓글이 없습니다.
Number n ::= d | nd (d in Digit)
Symbol s ::= c | sc | sd (c in Char)
Atom a ::= n | s
Expr e ::= a | (e … e)
댓글을 달아 주세요
댓글 RSS 주소 : http://maya.jaram.org/blog/bth/rss/comment/45댓글 ATOM 주소 : http://maya.jaram.org/blog/bth/atom/comment/45