Added rudimentary parser, and connected to JS
Added rudimentary parser, and connected to JS squash! Added rudimentary parser, and connected to JS
This commit is contained in:
parent
1f3f7daa9a
commit
f8cf749e5f
10 changed files with 15501 additions and 23 deletions
|
@ -10,4 +10,4 @@ define(Port, Data) ->
|
|||
ok = js:define(Port, list_to_binary(Data)).
|
||||
|
||||
call(Port, Func, Params) ->
|
||||
js:call(Port, list_to_binary(Func), [Params]).
|
||||
js:call(Port, list_to_binary(Func), Params).
|
||||
|
|
Reference in a new issue