Tree
- Tree:
f7078d01c9642f5baa2a7f78f5ca1e968625205c
- Date:
- Message:
- intermediate commit: work towards making all of 'obj' LALR
.gitignore | commits | blame |
LICENSE | commits | blame |
Makefile | commits | blame |
README | commits | blame |
TODO | commits | blame |
pdf.c | commits | blame |
t/ |
README
Beginnings of a PDF parser in Hammer ==================================== - Currently needs a custom Hammer branch. You'll need to build against this: https://gitlab.special-circumstanc.es/pesco/hammer/tree/pdf - Help the default Makefile find Hammer $ ln -s ../hammer/src hammer $ ln -s ../hammer/build/opt/src lib - Build/Usage: $ make pdf $ ./pdf test.pdf # place some test files in the t/ directory... $ make test