Skip to content
Snippets Groups Projects
user avatar
Sven M. Hallberg authored
this is allowed because 'nat' now appears only at the end of 'npair' and there it
  (a) does not need to consume leading whitespace and
  (b) no longer needs to test for a trailing delimiter
9dcf3ddc
History
Name Last commit Last update
t
.gitignore
LICENSE
Makefile
README
TODO
pdf.c
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