Cotowali
  • Docs
    • English
    • 日本語

Introduction

  • Getting Started
    • Setup

Syntax

  • Comments
    • Line comments
    • Block comments
    • Documment comments
    • Mixed comments
  • Compiler Directives
    • Compiler Symbols
      • Define by CLI arguments
      • Pre-defined Symbols
    • Conditional Compilation
      • Expression
    • Errors and Warnings
  • Control Flow
    • Conditions
      • If / Else 文
    • Loops
      • for-in statement
      • while statement
      • continue / break statement
  • Functions
    • Basic
      • Variadic arguments
    • Pipeline
      • Sequence
  • ShellScript Integration
    • Redirection
    • Calling command
    • glob literal
    • Integrated Inline ShellScript
  • Source Code
    • Extension
    • Entrypoint
    • Load files
      • Load remote files
      • Checksums
  • Testing and Assertion
    • Assert Statement
    • Testing function
  • Types
    • Builtin
      • Integer
      • Float
      • Boolean
      • String
      • Tuple
      • Map
    • Type Alias
      • Method
      • Operator overloading
  • Variables
    • Declarations and Assignments
      • Destructuring Assignment

Standard Libraries

  • Builtin
    • Global Functions

Examples

  • Hello World
    • Code

Compiler Directives

Compiler Symbols

This document is work in progress

Define by CLI arguments

This document is work in progress

Pre-defined Symbols

This document is work in progress

Conditional Compilation

This document is work in progress

Expression

This document is work in progress

Errors and Warnings

This document is work in progress

Copyright © zakuro <z@kuro.red>

Design by zakuro & Yuki Amane (Pianoforte)