
Added rudimentary parser, and connected to JS squash! Added rudimentary parser, and connected to JS
6 lines
156 B
Erlang
6 lines
156 B
Erlang
-module(ggs_protocol_test).
|
|
-export([test_parse/0]).
|
|
|
|
test_parse() ->
|
|
Ret = ggs_protocol:parse("<> __define JavaScript"),
|
|
io:format("~p~n", [Ret]).
|