Log In
tulips
/
treebnf
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
02e59c
driver: created program skeleton.
Authored and Committed by
midipix
6 months ago
raw
patch
tree
parent
21 files changed.
1421 lines added
.
4 lines removed
.
include/treebnf/treebnf.h
file added
+142
include/treebnf/treebnf_api.h
file added
+35
project/common.mk
file modified
+9
-0
project/extras.mk
file modified
+8
-0
project/headers.mk
file modified
+8
-0
project/tree.mk
file modified
+5
-1
src/driver/tbnf_amain.c
file added
+97
src/driver/tbnf_driver_ctx.c
file added
+254
src/driver/tbnf_map_input.c
file added
+66
src/driver/tbnf_unit_ctx.c
file added
+139
src/internal/treebnf_dprintf_impl.c
file added
+65
src/internal/treebnf_dprintf_impl.h
file added
+10
src/internal/treebnf_driver_impl.h
file added
+127
src/internal/treebnf_errinfo_impl.c
file added
+43
src/internal/treebnf_errinfo_impl.h
file added
+85
src/internal/treebnf_tmpfile_impl.c
file added
+89
src/internal/treebnf_tmpfile_impl.h
file added
+6
src/internal/treebnf_visibility_impl.h
file added
+26
src/output/tbnf_output_error.c
file added
+192
src/skin/tbnf_skin_default.c
file added
+12
src/treebnf.c
file modified
+3
-3
driver: created program skeleton.
include/treebnf/treebnf.h
file added
+142
include/treebnf/treebnf_api.h
file added
+35
project/common.mk
file modified
+9
-0
project/extras.mk
file modified
+8
-0
project/headers.mk
file modified
+8
-0
project/tree.mk
file modified
+5
-1
src/driver/tbnf_amain.c
file added
+97
src/driver/tbnf_driver_ctx.c
file added
+254
src/driver/tbnf_map_input.c
file added
+66
src/driver/tbnf_unit_ctx.c
file added
+139
src/internal/treebnf_dprintf_impl.c
file added
+65
src/internal/treebnf_dprintf_impl.h
file added
+10
src/internal/treebnf_driver_impl.h
file added
+127
src/internal/treebnf_errinfo_impl.c
file added
+43
src/internal/treebnf_errinfo_impl.h
file added
+85
src/internal/treebnf_tmpfile_impl.c
file added
+89
src/internal/treebnf_tmpfile_impl.h
file added
+6
src/internal/treebnf_visibility_impl.h
file added
+26
src/output/tbnf_output_error.c
file added
+192
src/skin/tbnf_skin_default.c
file added
+12
src/treebnf.c
file modified
+3
-3