preliminary work to allow jsx_eep0018 to encode as well as decode json
This commit is contained in:
parent
7761daed4c
commit
6fe6685f08
2 changed files with 68 additions and 2 deletions
6
makefile
6
makefile
|
@ -21,9 +21,13 @@ expand:
|
|||
|
||||
test: compile
|
||||
./priv/jsx_test.escript test/cases
|
||||
|
||||
prove:
|
||||
prove ./priv/jsx_test.escript
|
||||
|
||||
examples: force
|
||||
./priv/jsx_compile.escript
|
||||
./priv/jsx_compile.escript\
|
||||
examples/jsx_eep0018
|
||||
|
||||
clean:
|
||||
./priv/jsx_clean.escript
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue