1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +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 #-} {-# LANGUAGE DataKinds #-}
module TreeSitter module TreeSitter
( treeSitterParser ( treeSitterParser
, parseRubyToAST
, defaultTermAssignment , defaultTermAssignment
) where ) where