]> git.cameronkatri.com Git - mandoc.git/commit
Almost complete implementation of roff(7) numerical expressions.
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 7 Apr 2014 15:07:13 +0000 (15:07 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 7 Apr 2014 15:07:13 +0000 (15:07 +0000)
commit0f4d7e63b2cdb7406eb497a9d061fe740845a0bc
tree5e21b8877d700dec0db6f97b6432910dce831e8a
parentf7ae141bdbc537700c2e9f197c05fefe73126d5c
Almost complete implementation of roff(7) numerical expressions.
Support all binary operators except ';' (scale conversion).
Fully support chained operations and nested parentheses.
Use this for the .nr, .if, and .ie requests.
While here, fix parsing of integer numbers in roff_getnum().
roff.7
roff.c