Re: [lisp-snmp] ASN.1 dynamic loading
Brought to you by:
binghe
From: Chun T. (binghe) <bin...@gm...> - 2009-05-08 08:25:02
|
Hi, John 在 2009-5-8,09:02, John Fremlin 写道: > Dear Chun Tian, > > I have merged your current ASN.1 and SNMP so that we are up to > date. > > You improved the mechanism I made for dynamically loading ASN.1 > files. What is your approved way of doing it now? I stupidly cannot > find > the right function. Sorry, this work is still on progress, never got a working implementation. I'll make sure you are informed when it's done. > > > By the way, in your features lisp-expr, the name for yacc should be > cl-yacc, as that is used everywhere in the #+asn.1-features:cl-yacc Thanks, fixed as r767. > > > [I'm still against using the bizarre little code I wrote to convert > the > grammar and recommend sticking with just one parser] > > ( > > ;;; Lalr Parser > ;;; Note: choose only ONE between 'parsergen and 'yacc > > #+lispworks > parsergen ; default on LispWorks > > #-lispworks > yacc ; (cl-yacc) default on other CL platform > > ^^^^ should be cl-yacc? > > [...] > |