index
:
treebnf
main
A Tree Oriented BNF Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-22
argv.h: argv_show_status(): output keyval pairs where appropriate.
HEAD
main
midipix
1
-0
/
+23
2024-06-22
argv.h: argv_scan(): added option for parsing keyval pair and keyval array.
midipix
1
-5
/
+203
2024-06-22
argv.h: argv_show_status(): refactor for better readability.
midipix
1
-2
/
+4
2024-06-22
argv.h: argv_alloc(): refactor for better readability.
midipix
1
-7
/
+11
2024-06-22
argv.h: whitespace meditation.
midipix
1
-6
/
+6
2024-05-28
argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only.
midipix
1
-1
/
+11
2024-05-28
argv.h: usage screen: prettify: <short-option><space><long-option>.
midipix
1
-1
/
+1
2024-05-15
argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier.
midipix
1
-1
/
+1
2024-05-15
regex module: implemented token scanners, added definitions and scan table.
midipix
4
-0
/
+542
2024-05-15
table-based token scanner: implemented tbnf_scan_token(), tbnf_scan_tokens().
midipix
1
-0
/
+102
2024-05-07
driver: created program skeleton.
midipix
15
-3
/
+1214
2024-05-07
imported argv.h: a thread-safe argument vector parser.
midipix
1
-0
/
+1022
2024-05-07
project: created skeleton.
midipix
1
-0
/
+15