Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SasakLangNew to Visual Studio Code? Get it now.
SasakLang

SasakLang

Arjuna Ayasa Putra

| (0) | Free
Syntax highlighting and snippets for SasakLang programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SasakLang VS Code Extension

SasakLang Logo

Extension Resmi untuk Bahasa Pemrograman SasakLang

Extension ini menyediakan Syntax Highlighting dan Code Snippets untuk memudahkan penulisan kode dalam bahasa SasakLang (.ssk, .sasak).

✨ Fitur

  • 🎨 Syntax Highlighting: Pewarnaan kode otomatis untuk keyword, string, komentar, dll.
  • ⚡ Snippets: Template kode cepat untuk struktur umum.
  • 📝 File Icon: Ikon file khusus untuk .ssk.

📚 Kamus Syntax (Cheatsheet)

Keyword & Tipe Data

Sasak English Deskripsi
gawe var Deklarasi variabel
tetep const Deklarasi konstanta
lamun if Percabangan If
endah else Percabangan Else
selame while Loop While
ojok for Loop For
fungsi function Definisi Fungsi
tulakan return Kembalikan nilai
kenak true Boolean True
salak false Boolean False
ndarak null Nilai Null

Built-in Functions

Fungsi Deskripsi
cetak() Print ke layar
isik() Input dari user
belong() Panjang string/array
jenis() Cek tipe data
sorong() Push ke array

⚡ Daftar Snippets

Ketik prefix berikut lalu tekan Tab untuk generate kode:

Prefix Output Deskripsi
gawe gawe nama = nilai Variabel
tetep tetep NAMA = nilai Konstanta
cetak cetak("...") Print
isik gawe x = isik(...) Input
lamun lamun (kondisi) { ... } If Block
lamunendah lamun (...) { ... } endah { ... } If-Else Block
selame selame (kondisi) { ... } While Loop
ojok ojok (...) { ... } For Loop
fungsi fungsi nama(...) { ... } Function

🔗 Link Penting

  • Repository GitHub & Dokumentasi Lengkap
  • Download Binary (Interpreter)
  • Lapor Isu / Request Fitur

Dibuat dengan ❤️ untuk melestarikan Budaya Sasak.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft