-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issue #1: Encode / Decode Implementation * Issue #1: Implemented lists:foldl * Issue #1: Implemented suggestions * Issue#1: Missing rebar.config * rebar3 temp files / folders ignored * parser missing support WIP #3 * ignore .rebar3 lib deps temp folder * PDU templates * templates API renamed to info * renamed template API to info * added update_checksum function * using stx etx macros (#5) * using stx and etx macros * repleaced include_lib with incldue, formatting changes
- Loading branch information
1 parent
0c97624
commit 896136e
Showing
5 changed files
with
291 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
_build/ | ||
erl_crash.dump | ||
ebin | ||
rel/example_project | ||
.concrete/DEV_MODE | ||
.rebar | ||
rebar.lock | ||
_build/ | ||
.rebar3/ | ||
rebar.lock | ||
rebar3.crashdump | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.