1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Export parseRubyToAST.

This commit is contained in:
Rob Rix 2017-04-12 14:32:32 -04:00
parent ce075494cf
commit e50ec88a01

View File

@ -1,6 +1,7 @@
{-# LANGUAGE DataKinds #-}
module TreeSitter
( treeSitterParser
, parseRubyToAST
, defaultTermAssignment
) where