Add CONTRIBUTING.md #897

Merged
ghallak merged 13 commits from ghallak/contributing into master 2022-08-05 00:35:48 +09:00
Showing only changes of commit be3cb5cc76 - Show all commits

View File

@ -430,6 +430,7 @@ lc_bind(Let) ->
bin_prec('..') -> { 0, 0, 0}; %% Always printed inside '[ ]'
bin_prec('=') -> { 0, 0, 0}; %% Always printed inside '[ ]'
bin_prec('@') -> { 0, 0, 0}; %% Only in error messages
bin_prec('|>') -> {150, 150, 200};
bin_prec('||') -> {200, 300, 200};
bin_prec('&&') -> {300, 400, 300};
bin_prec('<') -> {400, 500, 500};