|
1 month ago | |
---|---|---|
.gitignore | 9 months ago | |
LICENSE | 8 months ago | |
README.md | 1 month ago | |
fbrp.c | 1 month ago | |
fbrp.h | 1 month ago | |
test.c | 3 months ago |
“Flexible Bible Reference Parser”
By design, it cannot parse references like:
cc test.c fbrp.c && ./a.out
Like a typical compiler, it parses the string into a “token”
tree. Then, it uses that to run through each token and figure out
exactly what they all mean.
There is currently no algorithm specification, but feel free to
ask if you need any clarification.