riju/langs/swift.yaml

26 lines
257 B
YAML

id: "swift"
aliases:
- "swiftc"
name: "Swift"
monacoLang: swift
install:
apt:
- libpython2.7
main: "main.swift"
template: |
print("Hello, world!")
compile: |
swiftc main.swift
run: |
./main
lsp:
start: |
sourcekit-lsp
skip:
- lsp