pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the

Started by Nonamealmost 19 years ago1 messagescomitters
Jump to latest
#1Noname
eggyknap@pgfoundry.org

Log Message:
-----------
Using plproxy as a guide (thanks, DarcyB, for the suggestion) properly funnel function text into lex. Still have problems with much of the grammer (MEBBE blocks give warnings now, many features not yet supported), and even when parsed successfully the result isn't actually used for anything. Nevertheless, it's progress :)

Modified Files:
--------------
pllolcode:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/Makefile.diff?r1=1.3&r2=1.4)
gram.y (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.4&r2=1.5)
pllolcode.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.4&r2=1.5)
pllolcode.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.h.diff?r1=1.1&r2=1.2)
scan.l (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/scan.l.diff?r1=1.3&r2=1.4)

Added Files:
-----------
pllolcode:
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/README?rev=1.1&content-type=text/x-cvsweb-markup)
test.sh (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/test.sh?rev=1.1&content-type=text/x-cvsweb-markup)