|
7 months ago | |
---|---|---|
convert | 9 months ago | |
test | 7 months ago | |
.gitignore | 9 months ago | |
COPYING | 9 months ago | |
COPYING.LESSER | 9 months ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
get.c | 7 months ago | |
info.c | 8 months ago | |
nous.c | 7 months ago | |
nous.h | 7 months ago |
The official parser for the haplous Bible format
Provides functions for getting text and other information from a haplous “work” (a Bible, commentary, or other document).
Goals:
TODO:
$ git clone https://code.heb12.com/heb12/nous.git
$ cd nous
$ make
For your own projects, copy lib/nous.h
and lib/libnous.a
and compile with cc main.c -L. -I. -lnous
.
$ make test # uses the work in web.txt
Copyright (C) 2020 Josias Allestad and other Heb12 contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.