-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The driver should use some kind of preprocesor because the erlang parsing librarie can't resolve some structures like comments and macros.
Input:
{"content":"%%This is a comentarie"}
Output:
{"status":"fatal","errors":["An error ocurred while parsing: syntax error before: "], "ast"`:[[]]}
Desired Output:
{"status":"ok","ast": ""}
Metadata
Metadata
Assignees
Labels
No labels