summaryrefslogtreecommitdiff
path: root/sys/src/cmd/yacc.c
AgeCommit message (Collapse)Author
2015-12-07yacc: attempt to keep line numbers right for yyparse()cinap_lenrek
as the generated parser intermixes lines from .y source and the parser text, the line source/lineno for yyparse() shows up wrong in the debugger. to make stack traces a bit less crazy, put a #line 1 "/sys/lib/yaccpar" before copying in the parser text.
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2011-07-13fixed error handling in p, pr, sed, xd, yaccaiju
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen