LichenScriptA quick and small language compiled to JavaScript/C.
/
GitHub
/
  • Introduction
  • Get Started
    • The Basics
    • Basic Operators
    • Collection Types
    • Control Flow
    • Functions
    • Lambda Expression
    • Enumerations
    • Pattern Matching
    • Classes
    • Modules
    • Process
    • File system
    • Conditional Compilation
    • Syntax Highlighting
      • #VSCode
      • #Intellisense
    • Garbage Collection
    • Interoperability
  • Introduction
  • Get Started
    • The Basics
    • Basic Operators
    • Collection Types
    • Control Flow
    • Functions
    • Lambda Expression
    • Enumerations
    • Pattern Matching
    • Classes
    • Modules
    • Process
    • File system
    • Conditional Compilation
    • Syntax Highlighting
      • #VSCode
      • #Intellisense
    • Garbage Collection
    • Interoperability

Syntax Highlighting

VSCode#

Install the extension from the market.

Extension ID: VincentChan.lichenscript-vscode.

Intellisense#

The auto-complete(AKA intellisense) is still a work in progress.

Please follow the repo.

Conditional Compilation
Garbage Collection

Copyright 2022 © Vincent Chan.
Edit this page on GitHub