First pass at a scheme backend
This commit is contained in:
@@ -16,7 +16,7 @@ import Commands
|
||||
import Lib.ProcessDecl
|
||||
import Lib.Prettier
|
||||
import Lib.Error
|
||||
import Lib.Compile
|
||||
import Lib.CompileJS
|
||||
|
||||
pfunc js_castArray : Array JSObject → JSObject := `x => x`
|
||||
pfunc js_castInt : Int → JSObject := `x => x`
|
||||
@@ -291,6 +291,4 @@ compileJS fn = unsafePerformIO $ do
|
||||
modifyIORef state [ topContext := top ]
|
||||
pure $ js_castStr src
|
||||
|
||||
|
||||
|
||||
#export updateFile checkFile hoverInfo codeActionInfo compileJS docSymbols
|
||||
|
||||
Reference in New Issue
Block a user