Now we can call the defined code (lookup performed)

This commit is contained in:
Jonatan Pålsson 2011-02-04 19:52:43 +01:00
parent 4c6d0987bd
commit 40fdb8b431
3 changed files with 35 additions and 13 deletions

View file

@ -17,6 +17,8 @@ parse(Data) ->
define;
{value,{_, "call"}} ->
call;
{value,{_, "hello"}} ->
hello;
false ->
not_found
end,