Add experimental parser module

This commit is contained in:
Zed 2022-01-26 21:05:23 +01:00
commit 3a076a9b4e
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,2 @@
import parser/[user, graphql, timeline]
export user, graphql, timeline