This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GGS/tests/ggs_protocol_test.erl
Jonatan Pålsson f8cf749e5f Added rudimentary parser, and connected to JS
Added rudimentary parser, and connected to JS

squash! Added rudimentary parser, and connected to JS
2011-01-31 16:01:51 +01:00

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]).