mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
Stub in a function to compile a Python module.
This commit is contained in:
parent
04762dcbc4
commit
dd0831962b
@ -1,2 +1,8 @@
|
|||||||
module Language.Python.Core
|
module Language.Python.Core
|
||||||
() where
|
( compileModule
|
||||||
|
) where
|
||||||
|
|
||||||
|
import TreeSitter.Python.AST
|
||||||
|
|
||||||
|
compileModule :: Module -> ()
|
||||||
|
compileModule _ = ()
|
||||||
|
Loading…
Reference in New Issue
Block a user