Eliminate need for file-attributes parser to use custom parser table.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Mar 2017 05:52:18 +0000 (21:52 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Mar 2017 05:52:18 +0000 (21:52 -0800)
commit2b05d8beab7dcb7f75658023f09cc50f299762c0
tree4a036128ef42a2beb65e5fa27ccaf2adf867dc2c
parent493f3aead31f8db85faac969ff5d20c109967b5f
Eliminate need for file-attributes parser to use custom parser table.

Also add tests for the parser using the conveniently-provided test strings.
src/runtime/ed-ffi.scm
src/runtime/file-attributes.scm
src/runtime/make.scm
src/runtime/runtime.pkg
tests/runtime/test-file-attributes.scm [new file with mode: 0644]