Skip to content

Commit

Permalink
Initial commit of remaining files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenson1 committed Jul 17, 2018
1 parent 7f9eb99 commit f19fac7
Show file tree
Hide file tree
Showing 42 changed files with 7,381 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
all:
make -C ./src
make -C ./test
clean:
make -C ./src clean
make -C ./test clean
test:
make -C ./test test

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# explain
*verb*
> to make plain or clear; render understandable or intelligible.
----
## what is explain?

explain simplifies the process of exchanging messages between different architectures by parsing the architecture specific application binary interface information from host and target compiled binaries. At run-time the explain adapter modifies messages as required between a host and target.

----
## dependencies
TODO

----
## usage
1. make
To run an example ./explain -p ../test/test_input.json
----
## changelog
* TODO

Loading

0 comments on commit f19fac7

Please sign in to comment.